Secant Method

버전 1.2.0.0 (1.31 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 (2025). Secant Method (https://kr.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