-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLinAlg.tex
More file actions
executable file
·28 lines (25 loc) · 1.11 KB
/
LinAlg.tex
File metadata and controls
executable file
·28 lines (25 loc) · 1.11 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
%Dokumentinformationen
\newcommand{\titleinfo}{Lineare Algebra - Formelsammlung}
\newcommand{\authorinfo}{C.Gwerder, S.K\"orner, M.Ehrler, L. Leuenberger}
\newcommand{\versioninfo}{v1.1}
% standard header
\include{header}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Neue Befehle und Definitionen
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\definecolor{black}{rgb}{0,0,0}
\definecolor{red}{rgb}{1,0,0}
\definecolor{white}{rgb}{1,1,1}
\definecolor{grey}{rgb}{0.8,0.8,0.8}
\newcommand{\formelbuch}[1]{$_{\textcolor{red}{\mbox{\small{S#1}}}}$}
\newcommand{\verweis}[2]{\small{(siehe auch \ref{#1}, #2 (S. \pageref{#1}))}}
\newcommand{\vektor}[3]{\left(\begin{array}{r} #1 \\ #2 \\ #3 \\ \end{array}\right)}
\begin{document}
\setlength{\parindent}{0pt} %Kein Einrücken bei neuem Paragraph
\input{section/1_LinGl}
\input{section/2_Determinante}
\input{section/3_Vektorgeometrie}
\input{section/4_Vektorraeume}
\input{section/5_Zerlegungen}
\input{section/6_Eigenwerte}
\end{document}