diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-09-02 11:05:02 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-09-02 11:05:02 +0200 |
commit | 8a1598b4fbaca52a1de7e9e23f4a69581b587372 (patch) | |
tree | 2cc52c84d12acf537b32decc3f5e871e0c973493 /buch/chapters/40-eigenwerte/Makefile | |
parent | typos (diff) | |
download | SeminarMatrizen-8a1598b4fbaca52a1de7e9e23f4a69581b587372.tar.gz SeminarMatrizen-8a1598b4fbaca52a1de7e9e23f4a69581b587372.zip |
section 5.1
Diffstat (limited to '')
-rw-r--r-- | buch/chapters/40-eigenwerte/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buch/chapters/40-eigenwerte/Makefile.inc b/buch/chapters/40-eigenwerte/Makefile.inc index 5f30ab5..9ca0a97 100644 --- a/buch/chapters/40-eigenwerte/Makefile.inc +++ b/buch/chapters/40-eigenwerte/Makefile.inc @@ -8,6 +8,7 @@ CHAPTERFILES = $(CHAPTERFILES) \ chapters/40-eigenwerte/numerisch.tex \ chapters/40-eigenwerte/normalformen.tex \ chapters/40-eigenwerte/grundlagen.tex \ + chapters/40-eigenwerte/eigenwerte.tex \ chapters/40-eigenwerte/spektralradius.tex \ chapters/40-eigenwerte/spektraltheorie.tex \ chapters/40-eigenwerte/uebungsaufgaben/4001.tex \ |