diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-03-18 08:45:05 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2022-03-18 08:45:05 +0100 |
commit | e245386805c7bb6d7515154f2bd50aba3a7713a8 (patch) | |
tree | cab1715c1175648d2c16941fae1de399c53a04a8 /buch/chapters/070-orthogonalitaet | |
parent | add missing file (diff) | |
download | SeminarSpezielleFunktionen-e245386805c7bb6d7515154f2bd50aba3a7713a8.tar.gz SeminarSpezielleFunktionen-e245386805c7bb6d7515154f2bd50aba3a7713a8.zip |
typos
Diffstat (limited to '')
-rw-r--r-- | buch/chapters/070-orthogonalitaet/gaussquadratur.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buch/chapters/070-orthogonalitaet/gaussquadratur.tex b/buch/chapters/070-orthogonalitaet/gaussquadratur.tex index 55f9700..b7a5643 100644 --- a/buch/chapters/070-orthogonalitaet/gaussquadratur.tex +++ b/buch/chapters/070-orthogonalitaet/gaussquadratur.tex @@ -135,7 +135,7 @@ 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 vierte Gleichung in der Form +Dividiert man die zweite und dritte Gleichung in der Form \[ \left. \begin{aligned} @@ -155,7 +155,7 @@ x_1=-x_0. \] Indem wir dies in die zweite Gleichung einsetzen, finden wir \[ -0 = A_0x_0 + A_1x_1 = A_0x_1 -A_1x_0 = (A_0-A_1)x_0 +0 = A_0x_0 + A_1x_1 = A_0x_0 -A_1x_0 = (A_0-A_1)x_0 \quad\Rightarrow\quad A_0=A_1. \] |