Secant Method

Find root of single variable equation by secant method.
4,6K Downloads
Aktualisiert 25. Mär 2018

Lizenz anzeigen

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.

Zitieren als

Mukhtar Hussain (2026). Secant Method (https://de.mathworks.com/matlabcentral/fileexchange/36737-secant-method), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2014a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Chemistry finden Sie in Help Center und MATLAB Answers
Version Veröffentlicht Versionshinweise
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