Secant Method

Find root of single variable equation by secant method.
4.6K Downloads
Updated 25 Mar 2018

View License

This program is used to find root by secant method. This program takes function, limits and maximum error in calculation, from user during run-time.

Cite As

Mukhtar Hussain (2024). Secant Method (https://www.mathworks.com/matlabcentral/fileexchange/36737-secant-method), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Chemistry 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.2.0.0

Some changes have been made based on the comments.

1.1.0.0

Add a function of secant method. You can use either program or function according to your requirement. Also changed 'inline' function with '@' as it will be removed in future MATLAB release.
Updated the mistake as indicated by Derby.
Added a MATLAB function for secant method. You can use either program or function according to your requirement. Also changed 'inline' function with '@' as it will be removed in future MATLAB release.

1.0.0.0