next up previous
Next: Secant Method Up: SOLUTION OF NONLINEAR EQUATIONS Previous: Newton Raphson Method (N-R

Steffensen Method

A variant of the N-R Method. Consider

\begin{eqnarray*}
p_{n+1}&=& p_n -f(p_n)\bigg/g(p_n)\\
\mbox {where } g(x) &=...
...uire } g &\in& C^3[a,b]\\
&&\mbox {for quadratic convergence }
\end{eqnarray*}



No $f'(x)$ needed.

$\Box$



Juan Restrepo 2003-04-12