From 189b50483b8c106c1efb00770af21b6a2f0572c2 Mon Sep 17 00:00:00 2001 From: David Wright Date: Thu, 24 Jan 2019 17:50:42 +0100 Subject: [PATCH] Fixed error in continuous least squares approximation with legendre polynomials --- files/least_squares_approximation.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/least_squares_approximation.tex b/files/least_squares_approximation.tex index 50107a1..dddcd8a 100644 --- a/files/least_squares_approximation.tex +++ b/files/least_squares_approximation.tex @@ -290,7 +290,7 @@ \subsubsection{Kontinuierliche Least-Squares} Koeffizenten: $$ - p(x) = \sum_{j=0}^m a_j T_j(x) \quad \text{wobei} \quad + p(x) = \sum_{j=0}^m a_j P_j(x) \quad \text{wobei} \quad a_j = \frac{2j+1}{2} \cdot \int\limits_{-1}^{1}y(x) P_j(x) \cdot \mathrm{d}x \qquad (j=0,1,...,m) $$