diff options
author | Patrik Müller <patrik.mueller@ost.ch> | 2022-05-12 18:19:49 +0200 |
---|---|---|
committer | Patrik Müller <patrik.mueller@ost.ch> | 2022-05-12 18:19:49 +0200 |
commit | b7ee1c1a6836f30d2267cfc9e6dbfa206b2cb737 (patch) | |
tree | c59207abddd4ce68179898c34109a0570ff0ea92 /buch/papers/laguerre/Makefile | |
parent | Merge branch 'AndreasFMueller:master' into master (diff) | |
download | SeminarSpezielleFunktionen-b7ee1c1a6836f30d2267cfc9e6dbfa206b2cb737.tar.gz SeminarSpezielleFunktionen-b7ee1c1a6836f30d2267cfc9e6dbfa206b2cb737.zip |
Derive Laguerre-Polynomials from Laguerre-ODE, proof orthogonality with Sturm-Liouville
Diffstat (limited to '')
-rw-r--r-- | buch/papers/laguerre/Makefile | 6 | ||||
-rw-r--r-- | buch/papers/laguerre/Makefile.inc | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/buch/papers/laguerre/Makefile b/buch/papers/laguerre/Makefile index 606d7e1..0f0985a 100644 --- a/buch/papers/laguerre/Makefile +++ b/buch/papers/laguerre/Makefile @@ -4,6 +4,8 @@ # (c) 2020 Prof Dr Andreas Mueller # -images: - @echo "no images to be created in laguerre" +images: images/laguerre_polynomes.pdf + +images/laguerre_polynomes.pdf: scripts/laguerre_plot.py + python3 scripts/laguerre_plot.py diff --git a/buch/papers/laguerre/Makefile.inc b/buch/papers/laguerre/Makefile.inc index 1eb5034..aae51f9 100644 --- a/buch/papers/laguerre/Makefile.inc +++ b/buch/papers/laguerre/Makefile.inc @@ -9,8 +9,6 @@ dependencies-laguerre = \ papers/laguerre/references.bib \ papers/laguerre/definition.tex \ papers/laguerre/eigenschaften.tex \ - papers/laguerre/quadratur.tex \ - papers/laguerre/transformation.tex \ - papers/laguerre/wasserstoff.tex + papers/laguerre/quadratur.tex |