Secant Method

Find root of single variable equation by 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.

引用格式

Mukhtar Hussain (2026). Secant Method (https://ww2.mathworks.cn/matlabcentral/fileexchange/36737-secant-method), MATLAB Central File Exchange. 检索时间: .

类别

Help CenterMATLAB Answers 中查找有关 Chemistry 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 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