Newton's and Regula False Method on MATLAB

8 visualizaciones (últimos 30 días)
FATIH GUNES
FATIH GUNES el 12 de Abr. de 2021
Respondida: Sripranav Mannepalli el 13 de Jul. de 2021
For the below problem, how can I find all real zeros of the functions (with Newton’s and Regula False) using the MATLAB function:
f(x)= x^3+3x^2-1

Respuestas (1)

Sripranav Mannepalli
Sripranav Mannepalli el 13 de Jul. de 2021
1) Newton's Method :
The following MATLAB Answer post provides a code that implements the Newton Raphson method.
Newton's method cannot be used to find multiple roots. For more information, refer to the following answer .
2) Regula FalsiMethod :
Currently there is no built-in function available in MATLAB for the Regula Falsi method. An alternative can be the following file-exchange submission. If you have any queries regarding this submission, please reach out to the author of the code.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by