Least-Squares Polynomials


Table 7.7: Data to illustrate curve fitting.
Table 7.8: Figure for the data to illustrate curve fitting.
\begin{table}
% latex2html id marker 6963
\begin{minipage}[h]{0.6\linewidth}
To ...
...}
\includegraphics[scale=0.5]{images/3.7}
\end{center}
\end{minipage}\end{table}


Example py-file: Fitting an 4$^{th}$ order polynomial to $y=cos x$ function in [0,$\pi$] by Least-Square Approximation. Gaussian elimination & back substitution. Pivoting. mylsa.py
Figure 7.10: Polynomial Least-Square Approximation.
Image 14-2
Image lsa