Newton-Raphson Method

Finding roots using Newton-Raphson Method
26 Downloads
Updated 10 Feb 2022

View License

find roots using 10 iterations and start from x = 0.05 and x = 3.0
function in example is -1.04*log(x) -1.26*cos(x)+ 0.0307*exp(x)

Cite As

Mckale Grant (2025). Newton-Raphson Method (https://se.mathworks.com/matlabcentral/fileexchange/106550-newton-raphson-method), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2021b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0

added starting points for x

1.0.0