mirror of
https://github.com/vale981/TUD_MATH_BA
synced 2025-03-05 17:41:41 -05:00
54 lines
1.4 KiB
TeX
Executable file
54 lines
1.4 KiB
TeX
Executable file
\documentclass[ngerman,a4paper,order=firstname]{../../texmf/tex/latex/mathscript/mathscript}
|
|
\usepackage{../../texmf/tex/latex/mathoperators/mathoperators}
|
|
|
|
\title{\textbf{Numerische Mathematik SS 2019}}
|
|
\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}
|
|
|
|
\chapter*{Vorwort}
|
|
\input{./TeX_files/Vorwort}
|
|
|
|
\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}
|
|
|
|
\part*{Anhang}
|
|
\addcontentsline{toc}{part}{Anhang}
|
|
\appendix
|
|
|
|
\nocite{*}
|
|
\bibliography{literatur}
|
|
\bibliographystyle{acm}
|
|
|
|
%\printglossary[type=\acronymtype]
|
|
|
|
\printindex
|
|
|
|
\end{document}
|