Newton-Raphson Method
The Newton-Raphson Method is a better version of the Fixed Point Interation Method, increasing the speed of the convergence to find the root of the equation. The NRM uses divisions, so it can give a indefinite math error, once the denominator is zero. The formula of the NMR is: x = x0 -(f(x0)/f'(x0)). It is my first MATLAB code. After getting the number of iterations and the root itself, the code plots a graph to show the root, highlighted. Tell me what you like, what you would do it different, and help me get better at MATLAB.
Cita come
Nelson Fernando Santos Eltz (2025). Newton-Raphson Method (https://it.mathworks.com/matlabcentral/fileexchange/65040-newton-raphson-method), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- Mathematics and Optimization > Optimization Toolbox > Systems of Nonlinear Equations > Newton-Raphson Method >
 
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 | Forgot to change the language of all the code. Where it was "Aproximação Inicial", now is "Initial Aprox."  | 
          
