Secant Method
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.
Citar como
Mukhtar Hussain (2025). Secant Method (https://la.mathworks.com/matlabcentral/fileexchange/36737-secant-method), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxEtiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 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.
 | ||
| 1.0.0.0 | 
