diff options
author | Andreas Müller <andreas.mueller@othello.ch> | 2021-01-17 21:02:58 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@othello.ch> | 2021-01-17 21:02:58 +0100 |
commit | 8dd4a3d16d7386e03adf91177734e813963b0f3b (patch) | |
tree | 9c298d7c610254091a28f2ce82e8e04b51fcb9dd /buch/chapters/40-eigenwerte/Makefile | |
parent | Einleitung und Kapitel 1 hinzugefügt (diff) | |
download | SeminarMatrizen-8dd4a3d16d7386e03adf91177734e813963b0f3b.tar.gz SeminarMatrizen-8dd4a3d16d7386e03adf91177734e813963b0f3b.zip |
neue Sachen zur linearen Algebra
Diffstat (limited to '')
-rw-r--r-- | buch/chapters/40-eigenwerte/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buch/chapters/40-eigenwerte/Makefile.inc b/buch/chapters/40-eigenwerte/Makefile.inc index e7237cd..b15f476 100644 --- a/buch/chapters/40-eigenwerte/Makefile.inc +++ b/buch/chapters/40-eigenwerte/Makefile.inc @@ -6,6 +6,8 @@ CHAPTERFILES = $(CHAPTERFILES) \ chapters/40-eigenwerte/numerisch.tex \ + chapters/40-eigenwerte/normalformen.tex \ + chapters/40-eigenwerte/grundlagen.tex \ chapters/40-eigenwerte/spektralradius.tex \ chapters/40-eigenwerte/spektraltheorie.tex \ chapters/40-eigenwerte/uebungsaufgaben/4001.tex \ |