diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-01-16 16:51:47 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2022-01-16 16:51:47 +0100 |
commit | 679ddbd15f09283aad606f443f3c38361f0ff9cc (patch) | |
tree | ae3bbb8c2cc7e8cd4c698dc481786c348578e1e2 /buch/chapters/070-orthogonalitaet/images/Makefile | |
parent | Rodrigues-Formeln hinzugefügt (diff) | |
download | SeminarSpezielleFunktionen-679ddbd15f09283aad606f443f3c38361f0ff9cc.tar.gz SeminarSpezielleFunktionen-679ddbd15f09283aad606f443f3c38361f0ff9cc.zip |
many changes in the orthogonality chapter
Diffstat (limited to 'buch/chapters/070-orthogonalitaet/images/Makefile')
-rw-r--r-- | buch/chapters/070-orthogonalitaet/images/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/buch/chapters/070-orthogonalitaet/images/Makefile b/buch/chapters/070-orthogonalitaet/images/Makefile index efe5d36..83f6762 100644 --- a/buch/chapters/070-orthogonalitaet/images/Makefile +++ b/buch/chapters/070-orthogonalitaet/images/Makefile @@ -4,7 +4,7 @@ # # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # -all: legendre.pdf orthogonal.pdf weight.pdf jacobi.pdf +all: legendre.pdf orthogonal.pdf weight.pdf jacobi.pdf laguerre.pdf legendrepaths.tex: legendre.m octave legendre.m @@ -22,6 +22,11 @@ weightfunction.tex: weight.m jacobi: jacobi.cpp g++ --std=c++11 -O -Wall -g -o jacobi jacobi.cpp +laguerre.pdf: laguerre.tex laguerrepaths.tex + pdflatex laguerre.tex +laguerrepaths.tex: laguerre.m + octave laguerre.m + jacobipaths.tex: jacobi Makefile ./jacobi --a=0 --b=0 --prefix=legendre --outfile=jacobipaths.tex ./jacobi --a=1 --b=0 --degree=14 --prefix=aone >> jacobipaths.tex |