aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2022-03-18 08:56:45 +0100
committerAndreas Müller <andreas.mueller@ost.ch>2022-03-18 08:56:45 +0100
commit8ea715ed37adfbaf6369c7fbd889380857b574e0 (patch)
tree42da215415f96f8002e05013c043e5fb14d486ad /buch/chapters
parenttypos (diff)
downloadSeminarSpezielleFunktionen-8ea715ed37adfbaf6369c7fbd889380857b574e0.tar.gz
SeminarSpezielleFunktionen-8ea715ed37adfbaf6369c7fbd889380857b574e0.zip
fix Gauss quadrature example
Diffstat (limited to 'buch/chapters')
-rw-r--r--buch/chapters/070-orthogonalitaet/gaussquadratur.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/buch/chapters/070-orthogonalitaet/gaussquadratur.tex b/buch/chapters/070-orthogonalitaet/gaussquadratur.tex
index b7a5643..acfdb1a 100644
--- a/buch/chapters/070-orthogonalitaet/gaussquadratur.tex
+++ b/buch/chapters/070-orthogonalitaet/gaussquadratur.tex
@@ -135,12 +135,12 @@ p(x)&=x^2\colon& \frac23 &= A_0x_0^2 + A_1x_1^2\\
p(x)&=x^3\colon& 0 &= A_0x_0^3 + A_1x_1^3.
\end{aligned}
\]
-Dividiert man die zweite und dritte Gleichung in der Form
+Dividiert man die vierte durch die zweite Gleichung in der Form
\[
\left.
\begin{aligned}
-A_0x_0 &= -A_1x_1\\
-A_0x_0^2 &= -A_1x_1^2
+A_0x_0^3 &= -A_1x_1^3 &\qquad&\text{(vierte Gleichung)}\\
+A_0x_0 &= -A_1x_1 &\qquad&\text{(zweite Gleichung)}
\end{aligned}
\quad
\right\}