diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-01-08 13:14:17 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2022-01-08 13:14:17 +0100 |
commit | e6dfa9a04550a127df36bca3ae614ebca99401c0 (patch) | |
tree | 70b375ea0d0925a9d1e7537650043e5641933028 /buch/chapters/070-orthogonalitaet/images/Makefile | |
parent | reorganize chapter 7 (diff) | |
download | SeminarSpezielleFunktionen-e6dfa9a04550a127df36bca3ae614ebca99401c0.tar.gz SeminarSpezielleFunktionen-e6dfa9a04550a127df36bca3ae614ebca99401c0.zip |
Pole und Nullstellen der Gewichtsfunktion
Diffstat (limited to 'buch/chapters/070-orthogonalitaet/images/Makefile')
-rw-r--r-- | buch/chapters/070-orthogonalitaet/images/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/buch/chapters/070-orthogonalitaet/images/Makefile b/buch/chapters/070-orthogonalitaet/images/Makefile index e3a988a..900ae7f 100644 --- a/buch/chapters/070-orthogonalitaet/images/Makefile +++ b/buch/chapters/070-orthogonalitaet/images/Makefile @@ -4,11 +4,18 @@ # # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # -all: legendre.pdf orthogonal.pdf +all: legendre.pdf orthogonal.pdf weight.pdf legendrepaths.tex: legendre.m octave legendre.m legendre.pdf: legendre.tex legendrepaths.tex pdflatex legendre.tex + orthogonal.pdf: orthogonal.tex legendrepaths.tex pdflatex orthogonal.tex + +weight.pdf: weight.tex weightfunction.tex + pdflatex weight.tex +weightfunction.tex: weight.m + octave weight.m + |