Finding roots of equations

Implementing Bisection and Newton-Raphson methods to find roots of equations
621 Downloads
Updated 11 Jun 2013

View License

The bisection method uses recursion. Both methods assume the maximum error should not exceed 10^(-12) but the user can change it. There is no need to have an initial guess however the parameters for building "seeds" can be changed depending on the application.

Cite As

Ehsan Behnam (2024). Finding roots of equations (https://www.mathworks.com/matlabcentral/fileexchange/42179-finding-roots-of-equations), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011a
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.0.0.0