-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLinAlgJerominSkript.tex
103 lines (84 loc) · 2.66 KB
/
LinAlgJerominSkript.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
\documentclass[a4paper, fontsize=11pt, DIV=12, parskip=half]{scrreprt}
\usepackage{microtype}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}%schoeneres Schriftbild
\usepackage[ngerman]{babel}%deutsche Silbentrennung
\usepackage[onehalfspacing]{setspace}
\usepackage{graphicx}
\usepackage{tikz}%Zeichnungen
\usepackage{tikz-3dplot}
\usetikzlibrary{matrix,calc,arrows.meta,intersections,positioning}
\newcommand{\equal}{=}
\usepackage{amsmath,amsfonts,amssymb}%Mathematik-Pakete
\usepackage{mathtools} %für \mathrlap command
\allowdisplaybreaks%[3]%Zeilenumbrüche in Formeln erlaubt
\usepackage{enumerate}%enumerate mit roemischen Zahlen
\usepackage[colorlinks]{hyperref} %Verlinktes Inhaltsverzeichnis
\usepackage{makeidx} %Stichwortverzeichnis
\makeindex
\author{Studierendenmitschrift des Studienjahres 2015/16}
\title{Lineare Algebra \& Geometrie}
\subtitle{Prof. Udo Hertrich-Jeromin}
\setcounter{tocdepth}{1}
\makeatletter
\renewcommand{\@pnumwidth}{2.5em}% default is 1.55em
\makeatother
\newenvironment*{Satz}[1][]{\ignorespaces}{\ignorespacesafterend}
\newenvironment*{Lemma}[1][]{\ignorespaces}{\ignorespacesafterend}
\newenvironment*{Definition}[1][]{\ignorespaces}{\ignorespacesafterend}
\newenvironment*{Korollar}[1][]{\ignorespaces}{\ignorespacesafterend}
% Eigene Operatoren:
\let\hom\relax
\DeclareMathOperator{\Char}{Char}
\DeclareMathOperator{\End}{End}
\DeclareMathOperator{\Aut}{Aut}
\DeclareMathOperator{\Iso}{Iso}
\DeclareMathOperator{\hom}{Hom}
\DeclareMathOperator{\Hom}{Hom} % NOTE duplicate!
\DeclareMathOperator{\rg}{rg}
\DeclareMathOperator{\dfkt}{def}
\DeclareMathOperator{\id}{id}
\DeclareMathOperator{\sgn}{sgn} % Signum
\DeclareMathOperator{\vol}{vol} % Volumen
\DeclareMathOperator{\ggT}{ggT}
\DeclareMathOperator{\tr}{tr}
\newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathbb{C}}
\newcommand{\K}{\mathbb{K}}
\newcommand{\N}{\mathbb{N}}
\newcommand{\Z}{\mathbb{Z}}
\renewcommand{\Re}{\operatorname{Re}}
\newcommand{\Skl}[2]{\langle #1,#2 \rangle}
\newcommand{\SSkl}[2]{\langle\! \Skl{#1}{#2}\! \rangle}
\begin{document}
\maketitle
\tableofcontents
\input{Chap0}
\input{Chap1/1Ch1.tex}
\input{Chap1/2Ch1.tex}
\input{Chap1/3Ch1.tex}
\input{Chap1/4Ch1.tex}
\input{Chap1/5Ch1.tex}
\input{Chap2/1Ch2.tex}
\input{Chap2/2Ch2.tex}
\input{Chap2/3Ch2.tex}
\input{Chap3/1Ch3.tex}
\input{Chap3/2Ch3.tex}
\input{Chap4/1Ch4.tex}
\input{Chap4/2Ch4.tex}
\input{Chap4/3Ch4.tex}
\input{Chap4/4Ch4.tex}
\input{Chap4/5Ch4.tex}
\input{Chap5/1Ch5.tex}
\input{Chap5/2Ch5.tex}
\input{Chap5/3Ch5.tex}
\input{Chap5/4Ch5.tex}
\input{Chap5/5Ch5.tex}
\input{Chap6/1Ch6.tex}
\input{Chap6/2Ch6.tex}
\input{Chap6/3Ch6.tex}
\input{Chap6/4Ch6.tex}
\small
\printindex
\end{document}