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.
128 Downloads
Updated 18 Nov 2017

View License

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 Linux
Version Published Release Notes
1.0.0.0