2018-11-05 11:29:01 +01:00
|
|
|
\documentclass[ngerman,a4paper,order=firstname]{../../texmf/tex/latex/mathscript/mathscript}
|
2018-10-08 10:10:21 +02:00
|
|
|
\usepackage{../../texmf/tex/latex/mathoperators/mathoperators}
|
|
|
|
|
2018-10-16 10:35:28 +02:00
|
|
|
\title{\textbf{Einführung in die Numerik WS2018/19}}
|
2018-11-07 15:03:09 +01:00
|
|
|
\author{Dozent: Prof. Dr. \person{Andreas Fischer}}
|
2018-10-08 10:10:21 +02:00
|
|
|
|
|
|
|
\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}
|
|
|
|
|
2018-10-08 15:40:50 +02:00
|
|
|
\chapter{Interpolation}
|
|
|
|
\input{./TeX_files/Interpolation_Grundlagen}
|
|
|
|
\include{./TeX_files/Interpolation_durch_Polynome}
|
2018-10-14 17:09:01 +02:00
|
|
|
\include{./TeX_files/Interpolation_durch_Polynomsplines}
|
2018-10-08 15:40:50 +02:00
|
|
|
|
2018-10-23 11:58:36 +02:00
|
|
|
\chapter{numerische Integration (Quadratur)}
|
2018-10-14 17:09:01 +02:00
|
|
|
\input{./TeX_files/Integration_von_Interpolationspolynomen}
|
|
|
|
\include{./TeX_files/Newton-Cotes-Formeln}
|
|
|
|
\include{./TeX_files/spezielle_Newton-Cotes-Formeln}
|
|
|
|
\include{./TeX_files/zusammengesetzte_Newton-Cotes-Formeln}
|
|
|
|
\include{./TeX_files/Gausssche_Quadraturformeln}
|
|
|
|
|
|
|
|
\chapter{direkte Verfahren für lineare Gleichungssysteme}
|
|
|
|
\input{./TeX_files/Gaussscher_Algorithmus_fuer_quadratische_Systeme}
|
|
|
|
\include{./TeX_files/Cholesky-Faktorisierung_fuer_symmetrsiche_positiv_definite_Matrizen}
|
|
|
|
\include{./TeX_files/Lineare_Quadratmittelprobleme}
|
|
|
|
\include{./TeX_files/Kondition_linearer_Gleichungssysteme}
|
|
|
|
|
|
|
|
\chapter{Kondition von Aufgaben und Stabilität von Algorithmen}
|
|
|
|
\input{./TeX_files/Maschinenzahlen_und_Rundungsfehler}
|
|
|
|
\include{./TeX_files/Fehleranalyse}
|
|
|
|
|
|
|
|
\chapter{\person{Newton}-Verfahren zur Lösung nichtlinearer Gleichungssysteme}
|
|
|
|
\input{./TeX_files/Das_Newton-Verfahren}
|
|
|
|
\include{./TeX_files/gedaempftes_Newton-Verfahren}
|
2018-10-08 15:40:50 +02:00
|
|
|
|
|
|
|
\chapter{lineare Optimierung}
|
2018-10-14 17:09:01 +02:00
|
|
|
\input{./TeX_files/Ecken_und_ihre_Charakterisierung}
|
|
|
|
\include{./TeX_files/Simplex-Verfahren}
|
|
|
|
\include{./TeX_files/Die_Tableauform_des_Simplex-Verfahrens}
|
|
|
|
\include{./TeX_files/revidiertes_Simplex-Verfahren}
|
|
|
|
\include{./TeX_files/Bestimmung_der_ersten_zulaessingen_Basisloesung}
|
2018-10-08 10:10:21 +02:00
|
|
|
|
|
|
|
\part*{Anhang}
|
|
|
|
\addcontentsline{toc}{part}{Anhang}
|
|
|
|
\appendix
|
|
|
|
|
2018-10-14 17:18:50 +02:00
|
|
|
\chapter{Listen}
|
|
|
|
\section{Liste der Theoreme}
|
|
|
|
\theoremlisttype{allname}
|
|
|
|
\listtheorems{theorem}
|
|
|
|
|
|
|
|
\pagebreak
|
|
|
|
\section{Liste der benannten Sätze, Lemmata und Folgerungen}
|
|
|
|
\theoremlisttype{optname}
|
|
|
|
\listtheorems{proposition,lemma,conclusion}
|
|
|
|
|
2018-10-08 10:10:21 +02:00
|
|
|
%\printglossary[type=\acronymtype]
|
|
|
|
|
|
|
|
\printindex
|
|
|
|
|
|
|
|
\end{document}
|