aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/40-eigenwerte/images/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-04-01 13:33:00 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-04-01 13:33:00 +0200
commitf62357e61d1a1cb647bc5e208946ac5be018bd85 (patch)
treee51b95071397351f7403f6165a4304f5b3056cc3 /buch/chapters/40-eigenwerte/images/Makefile
parentTippfehler korrigiert (mit Dank für den Hinweis an L. Zogg) (diff)
downloadSeminarMatrizen-f62357e61d1a1cb647bc5e208946ac5be018bd85.tar.gz
SeminarMatrizen-f62357e61d1a1cb647bc5e208946ac5be018bd85.zip
add missing files
Diffstat (limited to 'buch/chapters/40-eigenwerte/images/Makefile')
-rw-r--r--buch/chapters/40-eigenwerte/images/Makefile23
1 files changed, 22 insertions, 1 deletions
diff --git a/buch/chapters/40-eigenwerte/images/Makefile b/buch/chapters/40-eigenwerte/images/Makefile
index 753153d..bec12d5 100644
--- a/buch/chapters/40-eigenwerte/images/Makefile
+++ b/buch/chapters/40-eigenwerte/images/Makefile
@@ -3,7 +3,9 @@
#
# (c) 2020 Prof Dr Andreas Müller, Hochschule Rappersil
#
-all: sp.pdf nilpotent.pdf kernbild.pdf kombiniert.pdf
+all: sp.pdf nilpotent.pdf kernbild.pdf kombiniert.pdf \
+ wurzelapprox.pdf wurzel.pdf dimjk.pdf jknilp.pdf \
+ normalform.pdf
sp.pdf: sp.tex sppaths.tex
pdflatex sp.tex
@@ -19,3 +21,22 @@ kernbild.pdf: kernbild.tex bild2.jpg kern2.jpg
kombiniert.pdf: kombiniert.tex kombiniert.jpg
pdflatex kombiniert.tex
+
+wurzelapprox.pdf: wurzelapprox.tex wa.tex
+ pdflatex wurzelapprox.tex
+
+wa.tex: wa.m
+ octave wa.m
+
+wurzel.pdf: wurzel.tex
+ pdflatex wurzel.tex
+
+dimjk.pdf: dimjk.tex
+ pdflatex dimjk.tex
+
+jknilp.pdf: jknilp.tex
+ pdflatex jknilp.tex
+
+normalform.pdf: normalform.tex
+ pdflatex normalform.tex
+