Secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f. The secant method can be thought of as a finite difference approximation of Newton's method. However, the method was developed independently of Newton's method, and predated the latter by over 3,000 years.
Secant method
Secant method is difficult for young students, so we collected some matlab source code for you, hope they can help.
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Project Files:
Secant method in matlab
Secant method in matlab
Secant iteration method in matlab
Secant method in nonlinear ode in matlab
Secant iteration in matlab
Find the root of an equation using secant's method in matlab
Evolve top and bottom envelopes for time signals i.e. in matlab
Computes position of several bodies under the action of gravitatory forces. in matlab
Non linear shot in matlab
Newton raphson optimization procedure in matlab