Newton's Method

Figure 4: Graphical illustration of the Newton's Method.
\includegraphics[scale=1]{figures/1.7.ps}
Figure 5: Graphical illustration of the case that Newton's Method will not converge.
\includegraphics[scale=1]{figures/1.8.ps}
An algorithm for the Newton's method :
\fbox{\parbox{10cm}{
To determine a root of $f(x) = 0$, given $x_0$\ reasonably ...
...lerance~value1)$\ Or
If $\vert f(x_0)\vert < tolerance~value2)$\\
End If.\\
}}

Subsections
2004-10-15