TUD_MATH_BA/4. Semester/NUMM/Vorlesung NUMM.tex

55 lines
1.4 KiB
TeX
Raw Normal View History

2019-02-25 15:17:05 +01:00
\documentclass[ngerman,a4paper,order=firstname]{../../texmf/tex/latex/mathscript/mathscript}
\usepackage{../../texmf/tex/latex/mathoperators/mathoperators}
\title{\textbf{Numerische Mathematik SS 2019}}
2019-02-25 15:17:05 +01:00
\author{Dozent: Prof. Dr. \person{Andreas Fischer}}
\begin{document}
\pagenumbering{roman}
\pagestyle{plain}
\maketitle
\hypertarget{tocpage}{}
\tableofcontents
\bookmark[dest=tocpage,level=1]{Inhaltsverzeichnis}
\pagebreak
\pagenumbering{arabic}
\pagestyle{fancy}
2019-04-03 22:07:24 +01:00
\chapter*{Vorwort}
2019-02-25 15:17:05 +01:00
\input{./TeX_files/Vorwort}
2019-04-03 22:07:24 +01:00
\chapter{Das gewöhnliche Iterationsverfahren}
\input{./TeX_files/Fixpunkte}
\include{./TeX_files/Der_Fixpunktsatz_von_Banach}
\include{./TeX_files/Gewoehnliche_Iterationsverfahren}
\include{./TeX_files/Das_Newton-Verfahren_als_Fixpunktiteration}
\chapter{Iterative Verfahren für lineare Gleichungssysteme}
\input{./TeX_files/Fixpunktiteration}
\include{./TeX_files/Krylov-Raum-basierte_Verfahren}
\chapter{Numerische Behandlung von Anfangswertaufgaben}
\input{./TeX_files/Aufgabe_und_Loesbarkeit}
\include{./TeX_files/Einschrittverfahren}
\include{./TeX_files/Mehrschrittverfahren}
\include{./TeX_files/A-Stabilitaet}
\include{./TeX_files/Einblick_Steife_Probleme}
\include{./TeX_files/Ausblick}
2019-02-25 15:17:05 +01:00
\part*{Anhang}
\addcontentsline{toc}{part}{Anhang}
\appendix
2019-04-13 16:55:29 +01:00
\nocite{*}
\bibliography{literatur}
\bibliographystyle{acm}
2019-02-25 15:17:05 +01:00
%\printglossary[type=\acronymtype]
\printindex
\end{document}