aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/08_dgl/slides.tex
blob: 30ee52f071f183a3cc53c9a63b4b43b508f5fdce (plain)
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
%
% slides.tex -- XXX
%
% (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil
%

% Wie findet man die Lösung von \dot x = Ax?
% Fall \dot x = ax
% Potenzreihenansatz -> exp(ax) x_0

%% Plan:
% 1. Tailor-Reihen p_n -> f
% 2. x' = ax => x = exp(ax) x_0 via Potenzreihe finden
% 3. n-Dim-skalar -> 1-Dim-Matrix
% 4. Analogie zur Vektor-Matrix-Form
% 5. exp(Ax) x_0 als Fluss
% 6. Strömungslinien = Pfade für Lie-Theorie, A lokal, exp(Ax) global
% 7. Beispiele so(2), Jordan-Block, vielleicht [0 1; 1 0]

\section{Einführung}
\folie{10/repetition.tex}
\section{Woher kommt $\exp(At)$?}
\subsection{Taylor-Reihen}
\folie{10/taylor.tex}
\folie{10/potenzreihenmethode.tex}
\subsection{Ableitung von $\exp(At)$}
\folie{10/ableitung-exp.tex}
\section{Lösen einer Matrix-DGL}
\folie{10/n-zu-1.tex}
\folie{10/matrix-dgl.tex}
\section{Was bedeutet $\exp(At)$?}
\folie{10/so2.tex}