-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathFuVar.tex
More file actions
72 lines (56 loc) · 2.1 KB
/
FuVar.tex
File metadata and controls
72 lines (56 loc) · 2.1 KB
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
69
70
71
72
%%%%%%%%%%%%%%%%%%%%%%%%%
% Dokumentinformationen %
%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\titleinfo}{Funktionen mehrerer Variablen - Formelsammlung}
\newcommand{\authorinfo}{F. Braun, die Schweisser, C.Gwerder, S.Koerner, M.Giger}
%% Projektspezifischer Header, kann beliebig verändert werden
\include{header/header}
%%%%%%%%%%%%%%%%%%%%
% Generelle Makros %
%%%%%%%%%%%%%%%%%%%%
\newcommand{\prt}[1]{\frac{\partial f}{\partial #1}}
\newcommand{\dprt}[1]{\dfrac{\partial f}{\partial #1}}
\newcommand{\sprt}[1]{\partial_{#1} f}
\newcommand{\fprt}[2]{\dfrac{\partial #1}{\partial #2}}
\newcommand{\fsprt}[2]{\partial_{#1} #2}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Mathematische Operatoren %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\DeclareMathOperator{\gradient}{grad}
\DeclareMathOperator{\rotation}{rot}
\DeclareMathOperator{\divergenz}{div}
% Möglichst keine Ergänzungen hier, sondern in header.tex
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{sections/skalare_funktionen}
\input{sections/mehrfache_integrale}
\newpage
\input{sections/kurven}
%\input{sections/abbildungen}
\newpage
\input{sections/vektorfelder}
\input{sections/diverses}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Idiotenseite
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\section{Idiotenseite}
\input{idiotenseite/trigo/subsections/Winkelargumente}
\input{idiotenseite/trigo/subsections/Periodizitaet}
\input{idiotenseite/trigo/subsections/Quadrantenbeziehungen}
\begin{multicols}{2}
\input{idiotenseite/trigo/subsections/Additionstheoreme}
\columnbreak
\input{idiotenseite/trigo/subsections/DoppelHalbwinkel}
\end{multicols}
\begin{multicols}{2}
\input{idiotenseite/trigo/subsections/Produkte}
\columnbreak
\input{idiotenseite/trigo/subsections/SummeDifferenzen}
\end{multicols}
\input{idiotenseite/diverses/subsections/unbestimmteIntegrale}
\input{idiotenseite/diverses/subsections/Ableitungen}
%\newpage
%\input{sections/uebungsverzeichnis}
\end{document}