Secant Method

Find root of single variable equation by secant method.

Ahora está siguiendo esta publicación

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 (2026). Secant Method (https://es.mathworks.com/matlabcentral/fileexchange/36737-secant-method), MATLAB Central File Exchange. Recuperado .

Categorías

Más información sobre Chemistry en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
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