Secant Method

版本 1.2.0.0 (1.3 KB) 作者: Mukhtar Hussain
Find root of single variable equation by secant method.
4.6K 次下载
更新时间 2018/3/25

查看许可证

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 (2024). Secant Method (https://www.mathworks.com/matlabcentral/fileexchange/36737-secant-method), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Chemistry 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
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