diff options
author | Nao Pross <np@0hm.ch> | 2021-03-30 11:49:04 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-03-30 11:49:04 +0200 |
commit | a986e271bde9cb1bf124ae3eabd0a7c5e2f4dc2b (patch) | |
tree | ebd4690c0ce3220376fb7fcb16119d6bfff6dfc5 /buch/chapters/40-eigenwerte/Makefile | |
parent | Change title and authors, remove sample (diff) | |
parent | Tippfehler korrigiert (mit Dank für den Hinweis an L. Zogg) (diff) | |
download | SeminarMatrizen-a986e271bde9cb1bf124ae3eabd0a7c5e2f4dc2b.tar.gz SeminarMatrizen-a986e271bde9cb1bf124ae3eabd0a7c5e2f4dc2b.zip |
Merge branch 'master' of https://github.com/AndreasFMueller/SeminarMatrizen
Diffstat (limited to '')
-rw-r--r-- | buch/chapters/40-eigenwerte/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buch/chapters/40-eigenwerte/Makefile.inc b/buch/chapters/40-eigenwerte/Makefile.inc index b15f476..5f30ab5 100644 --- a/buch/chapters/40-eigenwerte/Makefile.inc +++ b/buch/chapters/40-eigenwerte/Makefile.inc @@ -12,4 +12,7 @@ CHAPTERFILES = $(CHAPTERFILES) \ chapters/40-eigenwerte/spektraltheorie.tex \ chapters/40-eigenwerte/uebungsaufgaben/4001.tex \ chapters/40-eigenwerte/uebungsaufgaben/4002.tex \ + chapters/40-eigenwerte/uebungsaufgaben/4003.tex \ + chapters/40-eigenwerte/uebungsaufgaben/4004.tex \ + chapters/40-eigenwerte/uebungsaufgaben/4005.tex \ chapters/40-eigenwerte/chapter.tex |