Newton's Method

Finds better successive approximations for the root of a function using Newton's Method.
3K Downloads
Updated 11 Mar 2011

View License

This is still a work in progress, having trouble setting tolerances but setting the number of iterations seems to work fine.

Cite As

Harmon Amakobe (2024). Newton's Method (https://www.mathworks.com/matlabcentral/fileexchange/30698-newton-s-method), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010b
Compatible with any release
Platform Compatibility
Windows macOS Linux

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.0

Fixed for-loop issue.
Fixed nested function iteration issue.
Changed tolerance logic to use absolute value.

1.0.0.0