Newton's Method

Figure 3.6: Graphical illustration of the Newton's Method.
Image 1-13
  • One of the most widely used methods of solving equations is Newton's method.
  • Like the previous ones, this method is also based on a linear approximation of the function, but does so using a tangent to the curve (see Figure).

Table 3.2: Newton's method for $f(x)=3x + sin(x) - e^x$, starting from $x_0=0$, using a tolerance value of 1E-16.
\begin{table}
\begin{center}
\includegraphics[scale=0.38]{images/1-2e}
\end{center}\end{table}


(Example py-file: blackbodyradiation.py)
Image 3-11b
Image wienslaw_plot