Description: SECANT ALGORITHM 2.4
To find a solution to the equation f(x) = 0
given initial approximations p0 and p1:
INPUT: initial approximation p0, p1 tolerance TOL
maximum number of iterations N0.
OUTPUT: approximate solution p or
a message that the algorithm fails.
To Search:
- [secant] - The secant iteration to find the zero of
File list (Check if you may need any files):
ALG024.M