Secant method

The secant method is an iterative algorithm for approximating a function’s zero. It uses the intersection of a secant line through two successive approximations to generate the next one.

Connect