Description: METHOD OF FALSE POSITION ALGORITHM 2.5
To find a solution to f(x) = 0 given the continuous function
f on the interval [p0,p1], where f(p0) and f(p1) have
opposite signs:
INPUT: endpoints p0, p1 tolerance TOL
maximum number of iterations N0.
OUTPUT: approximate solution p or
a message that the algorithm fails.
To Search:
File list (Check if you may need any files):
ALG025.M