Introduction - If you have any usage issues, please Google them yourself
FIXED-POINT ALGORITHM 2.2
To find a solution to p = g(p) given an
initial approximation p0
INPUT: initial approximation p0 tolerance TOL
maximum number of iterations NO.
OUTPUT: approximate solution p or
a message that the method fails.