Location:
Search - ALG023
Search list
Description: NEWTON-RAPHSON求解一个连续方程,f(X)=0,前提给一个初始值- 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
Platform: |
Size: 1024 |
Author: rdchkww |
Hits: