diff options
author | JODBaer <55744603+JODBaer@users.noreply.github.com> | 2022-08-19 09:27:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 09:27:07 +0200 |
commit | cd4073b945c8b6528b0249e2369a374e2ab217a8 (patch) | |
tree | 287b03e81f26ff89b184a9e0c47bccd8da4ac6e9 /buch/chapters | |
parent | FM save (diff) | |
parent | typos (diff) | |
download | SeminarSpezielleFunktionen-cd4073b945c8b6528b0249e2369a374e2ab217a8.tar.gz SeminarSpezielleFunktionen-cd4073b945c8b6528b0249e2369a374e2ab217a8.zip |
Merge branch 'AndreasFMueller:master' into master
Diffstat (limited to 'buch/chapters')
-rw-r--r-- | buch/chapters/070-orthogonalitaet/gaussquadratur.tex | 2 | ||||
-rw-r--r-- | buch/chapters/070-orthogonalitaet/orthogonal.tex | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/buch/chapters/070-orthogonalitaet/gaussquadratur.tex b/buch/chapters/070-orthogonalitaet/gaussquadratur.tex index a5af7d2..c7dfb31 100644 --- a/buch/chapters/070-orthogonalitaet/gaussquadratur.tex +++ b/buch/chapters/070-orthogonalitaet/gaussquadratur.tex @@ -20,7 +20,7 @@ Ein solches Polynom $p(x)$ hat $n+1$ Koeffizienten, die aus dem linearen Gleichungssystem der $n+1$ Gleichungen $p(x_i)=f(x_i)$ ermittelt werden können. -Das Interpolationspolynom $p(x)$ lässt sich abera uch direkt +Das Interpolationspolynom $p(x)$ lässt sich aber auch direkt angeben. Dazu konstruiert man zuerst die Polynome \[ diff --git a/buch/chapters/070-orthogonalitaet/orthogonal.tex b/buch/chapters/070-orthogonalitaet/orthogonal.tex index df04514..793b78d 100644 --- a/buch/chapters/070-orthogonalitaet/orthogonal.tex +++ b/buch/chapters/070-orthogonalitaet/orthogonal.tex @@ -641,6 +641,7 @@ H_w f\colon(a,b) \to \mathbb{R} \;\bigg|\; \int_a^b |f(x)|^2 w(x)\,dx +<\infty \biggr\}. \] Die Funktionen $f\in H_w$ haben folgende Eigenschaften |