-
Notifications
You must be signed in to change notification settings - Fork 5
/
CompAlg.tex
68 lines (57 loc) · 2.5 KB
/
CompAlg.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
%%%%%%%%%%%%%%%%%%%%%%%%%
% Dokumentinformationen %
%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\titleinfo}{Computational Algebra \& Numerical Analysis}
\newcommand{\authorinfo}{R.~Koller, L.~Schmid, S.~Eicher, G.~Danuser, H.~Badertscher, ~~~~~~~~~~~~~~~~~~~~~~~~~~H.~Diethelm} % Do not remove any names! Initial authors stay first.
\newcommand{\versioninfo}{$Revision: 239 $ - powered by \LaTeX}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Standard projektübergreifender Header für
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{header/header}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Zusätzliche Packages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{etex}
\usepackage{booktabs}
\usepackage{bm}
\usepackage{pgfplots}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Eigene Umgebungen
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newenvironment{liste}[0]{
\begin{list}{$\bullet$}{\setlength{\itemsep}{0cm}\setlength{\parsep}{0cm} \setlength{\topsep}{0cm}}}
{\end{list}}
\newenvironment{aufzaehlung}[0]{
\begin{enumerate}{\setlength{\itemsep}{0cm}\setlength{\parsep}{0cm}
\setlength{\topsep}{0cm}}} {\end{enumerate}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Eigene Kommandos
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\subsubsubsection}[1]{\textbf{#1}}
%Kreis um Buchstabe,Zahl
\newcommand*\kreisS[2]{\unitlength1ex\begin{picture}(2.5,2.5)%
\put(0.75,0.75){\circle{3}}\put(0.7,0.7){\makebox(0,0){#1}}\end{picture}$^{\displaystyle \text{#2}}$}
\newcommand*\kreisM[2]{\unitlength1ex\begin{picture}(3.5,3.5)%
\put(0.75,0.75){\circle{4}}\put(0.7,0.7){\makebox(0,0){#1}}\end{picture}$^{\displaystyle ^{\displaystyle \text{#2}}}$}
\newcommand*\kreisB[2]{\unitlength1ex\begin{picture}(3.5,3.5)%
\put(0.75,0.75){\circle{5}}\put(0.7,0.7){\makebox(0,0){#1}}\end{picture}$^{\displaystyle ^{\displaystyle \text{#2}}}$}
% Möglichst keine Ergänzungen hier, sondern in header.tex
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{files/newton_interpolation}
\input{files/hermite_interpolation}
\input{files/multi_variate_polynomial_interpolation}
\clearpage
\input{files/splines}
\newpage
\input{files/least_squares_approximation}
\newpage
\input{files/error_propagation}
\newpage
\input{files/differential_equations}
\input{files/tabellen}
\newpage
\section{Idiotenseite}
\input{idiotenseite/trigo/trigoInclude}
\end{document}