Calculation of root using bracket and open end method

Root Calculation using open end and bracket method
721 Downloads
Updated 22 Feb 2015

View License

The .zip file contain generic matlab codes for finding root of the function.Two different types of root finding method open end and bracket are demonstrated. In case of bracket,it implements bisection and false position method and for open end newton raphson,secant method and method of successive approximation.

Cite As

Mohammad Asif Khan (2024). Calculation of root using bracket and open end method (https://www.mathworks.com/matlabcentral/fileexchange/49699-calculation-of-root-using-bracket-and-open-end-method), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Systems of Nonlinear Equations in Help Center and MATLAB Answers

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

Method of Successive Approximation is added

1.0.0.0