forked from parttimenerd/Moderne-Physik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
document.tex
173 lines (150 loc) · 5.13 KB
/
document.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
\documentclass[oneside]{book}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amsthm}
\usepackage{mathtools} % \coloneqq \eqqcolon
\usepackage{remreset} % \@removefromreset
\usepackage{amssymb}
\usepackage{upgreek}
\usepackage{lmodern}
\usepackage{tikz}
\usepackage{color, soul}
\usepackage{xparse}
\usepackage{microtype}
\usepackage[colorlinks=true,linkcolor=black,naturalnames]{hyperref}
\usepackage[colorinlistoftodos]{todonotes}
\allowdisplaybreaks[3]
\usepackage{stmaryrd}
\usepackage{siunitx}
\usepackage{paralist}
\usepackage{braket}
\usepackage{pgfplots}
\usepackage{dsfont}
\usepackage{gensymb}
% Needed for parskip package as it breaks vertical space above theoremstyles.
\begingroup
\makeatletter
\@for\theoremstyle:=definition,remark,plain\do{%
\expandafter\g@addto@macro\csname th@\theoremstyle\endcsname{%
\addtolength\thm@preskip\parskip
}%
}
\endgroup
\usepackage{parskip}
\theoremstyle{definition}
\newtheorem*{definition*}{Definition}
\newtheorem*{bemerkung*}{Bemerkung}
\newtheorem*{beispiel*}{Beispiel}
\newtheorem*{lemma*}{Lemma}
\newtheorem*{folgerung*}{Folgerung}
\newtheorem{lemma}[equation]{Lemma}
\newtheorem{satz}[equation]{Satz}
\newtheorem{folgerung}[equation]{Folgerung}
\newcommand\setN{\mathbb N}
\newcommand\setZ{\mathbb Z}
\newcommand\setC{\mathbb C}
\newcommand\setQ{\mathbb Q}
\newcommand\setR{\mathbb R}
\newcommand\setP{\mathbb P}
\newcommand\bigO{\mathcal O}
\newcommand\norm[1]{\|#1\|}
\newcommand\starrightarrow{\stackrel{*}{\rightarrow}}
\newcommand\starleftarrow{\stackrel{*}{\leftarrow}}
\newcommand\ue{\text{\emph{ü}}}
\newcommand\Ue{\text{\emph{Ü}}}
\newcommand{\conseq}{$\rightarrow$~}
\newcommand{\QM}{Quantenmechanik}
\newcommand{\SRT}{Spezielle Relativitätstheorie}
\newcommand{\Dgl}{Differentialgleichung}
\newcommand{\Dglen}{Differentialgleichungen}
\newcommand{\circled}[1]{\tikz[baseline=(char.base)]{
\node[shape=circle,draw,inner sep=2pt] (char) {#1};}}
\renewcommand{\d}{\mathrm d}
\newcommand{\md}{\d}
\newcommand{\dd}[1]{\frac{\d}{\d #1}}
\newcommand{\ddd}[2]{\frac{\d #1}{\d #2}}
\newcommand{\tvector}[1]{\begin{pmatrix}#1\end{pmatrix}}
\newcommand{\rvec}{\vec{r}}
\newcommand{\ddv}[1]{\ddot{\vec{#1}}}
\newcommand{\fpartial}[1]{\frac{\partial}{\partial #1}}
\newcommand{\ffpartial}[2]{\frac{\partial #1}{\partial #2}}
\newcommand{\dotvec}[1]{\dot{\vec{#1}}}
\newcommand{\ddotvec}[1]{\ddot{\vec{#1}}}
\newcommand{\vardots}[2]{#1_1, \dots, #1_#2}
\newcommand{\vecdotnumsq}[2]{\dot{\vec{#1}}^2_#2}
\newcommand{\tfin}{t_\text{fin}}
\newcommand{\const}{\text{konstant}}
\newcommand{\vp}{\varphi}
\newcommand{\dvp}{\dot{\vp}}
\newcommand{\ddvp}{\ddot{\vp}}
\renewcommand{\Re}{\mathbb{R}}
\newcommand{\Co}{\mathbb{C}}
\DeclareMathOperator{\arsinh}{arsinh}
\DeclareMathOperator{\arcosh}{arcosh}
\newcommand{\celectron}{\circled{$e^-$}}
\DeclareSIUnit\year{a}
\DeclareSIUnit{\lightyear}{Lj}
\title{Moderne Physik Mitschrieb}
\author{Johannes Bechberger und \href{https://github.com/parttimenerd/Moderne-Physik/graphs/contributors}{andere}}
\makeatletter
%\@removefromreset{section}{chapter}
\makeatother
\makeatletter
\let\original@algocf@latexcaption\algocf@latexcaption
\long\def\algocf@latexcaption#1[#2]{%
\@ifundefined{NR@gettitle}{%
\def\@currentlabelname{#2}%
}{%
\NR@gettitle{#2}%
}%
\original@algocf@latexcaption{#1}[{#2}]%
}
\def\namedlabel#1#2{\begingroup
\def\@currentlabel{#2}%
\label{#1}\endgroup
}
\makeatletter
\hypersetup{
pdftitle={\@title},
pdfauthor={\@author}
}
\makeatother
% arguments: description, short name (without
\begin{document}
\maketitle
\tableofcontents
~\\~\\
Dies ist ein Skriptartig aufbereiteter Mitschrieb der Vorlesung "`Moderne Physik für Informatiker"', welche von Herrn Gieseke im Sommersemester 2015 am KIT gelesen wurde. Es besteht kein Anspruch auf Richtigkeit oder Vollständigkeit. Fehler, und andere Anmerkungen, können gerne an \textit{[email protected]} gesendet werden. Die Quellen finden sich auf \href{https://github.com/parttimenerd/Moderne-Physik}{github}.\\
~\\
\textbf{Ich freue mich über Pull-Requests\dots}\\
~\\
\textbf{Es handelt sich um einen Entwurf, der laufend verbessert wird. Besonders der Quantenmechanikteil wird gerade überarbeit.} ~\\
~\\
\textbf{Im Literaturteil findet sich eine Liste von Büchern und Ressourcen, die zum lernen hilfreich sind.} Vorschläge hierfür werden gerne entgegengenommen.
~\\
~\\
\href{http://lgö.de/studium/moderne_physik/skript_dina5.pdf}{Neu: Dichter gepackte DINA5 Version, welche für EBook Reader besser geeignet ist.}
~\\
~\\
\href{http://lgö.de/studium/moderne_physik/summary.pdf}{Sehr kurze Zusammenfassung, welche handschriftlich auf zwei Seiten passen sollte.} \textit{Danke Felix.}
~\\
~\\
\textbf{Ganz am Ende findet sich auch eine (fast vollständige Lösung des 12. Übungsblattes aka Probeklausur).}
\listoftodos
\include{1-einfuehrung}
\include{2-mechanik}
\include{3-relativitaet}
\include{4-quantenmechanik}
\appendix
\include{5-organisatorisches}
\include{6-mathematischegrundlagen}
\include{7-loesungblatt12}
\include{8-uebungsmitschriebe}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: