The Secant Method

This Script Demonstrates the use of "The Secant Method " in solving the various Mathematical Equations.

이 제출물을 팔로우합니다

"The Secant Method" uses two initial approximations to solve a given equation y = f(x).In this method the function f(x) , is approximated by a secant line, whose equation is from the two initial approximations supplied.

The secant line then intersects the X - Axis at third point. This third point and the second point are the again used as two initial approximations to find the fourth point.

The script proceeds in the same way and performs upto 100 iterations. The Accuracy required
(required no. of decimal places) is taken as input from the user. The error between solutions of each iteration is checked every time and if found less than required accuracy, the iterations are stopped.

인용 양식

अंबरीश प्रशांत चांदूरकर Ambarish Prashant Chandurkar (2026). The Secant Method (https://kr.mathworks.com/matlabcentral/fileexchange/68983-the-secant-method), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Nonlinear Dynamics에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.1

Author name correction

1.0.0