diff options
author | Nao Pross <np@0hm.ch> | 2022-08-20 22:35:52 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2022-08-20 22:35:52 +0200 |
commit | 55583224d60b06ee3b7ec8a7fe7bc657bb151eed (patch) | |
tree | 38592470e126fe17fa259d5ac283ea414a955f6f /buch/chapters/070-orthogonalitaet | |
parent | kugel: mention Condon-Shortley phase factor (diff) | |
parent | Merge pull request #65 from LordMcFungus/master (diff) | |
download | SeminarSpezielleFunktionen-55583224d60b06ee3b7ec8a7fe7bc657bb151eed.tar.gz SeminarSpezielleFunktionen-55583224d60b06ee3b7ec8a7fe7bc657bb151eed.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to '')
-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 |