Description: NEWTON-RAPHSON ALGORITHM 2.3
To find a solution to f(x) = 0 given an
initial approximation p0:
INPUT: initial approximation p0 tolerance TOL
maximum number of iterations NO.
OUTPUT: approximate solution p or a message of failure
File list (Check if you may need any files):
ALG023.M