From e6dfa9a04550a127df36bca3ae614ebca99401c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 8 Jan 2022 13:14:17 +0100 Subject: Pole und Nullstellen der Gewichtsfunktion --- buch/chapters/070-orthogonalitaet/images/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'buch/chapters/070-orthogonalitaet/images/Makefile') 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 + -- cgit v1.2.1