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 'buch/papers/laguerre/Makefile')
-rw-r--r-- | buch/papers/laguerre/Makefile | 6 |
1 files changed, 4 insertions, 2 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 |