Newton Raphson method.
Version 1.0.0.0 (788 Bytes) by
Alok Verma
This code computes the roots of non linear equation using Newton Raphson method.
This code computes the roots of non linear equation using Newton Raphson method.
before running the code write syms x in the command window then enter the following:
newton(F,xi,iter,rerr), where F is non linear function, xi is the initial guess, iter is the number of iterations and rerr is the relative error in percentage.
Cite As
Alok Verma (2026). Newton Raphson method. (https://www.mathworks.com/matlabcentral/fileexchange/65100-newton-raphson-method), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2016a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- Mathematics and Optimization > Optimization Toolbox > Systems of Nonlinear Equations > Newton-Raphson Method >
Find more on Newton-Raphson Method in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
