aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/slides/5/zerlegung.tex
blob: 9c20c605457d9a057210e891a14478cffd9e6a9d (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
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
%
% zerlegung.tex
%
% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
%
\bgroup
\definecolor{darkgreen}{rgb}{0,0.6,0}
\begin{frame}[t]
\frametitle{Zerlegung in Eigenräume}
\setlength{\abovedisplayskip}{5pt}
\setlength{\belowdisplayskip}{5pt}
\vspace{-15pt}
\begin{columns}[t,onlytextwidth]
\begin{column}{0.48\textwidth}
\begin{center}
\begin{tikzpicture}[>=latex,thick,scale=0.38]
\fill[color=blue!20] (0,11) rectangle (4,15);
\fill[color=red!20] (4,0) rectangle (15,11);
\fill[color=red!40] (9,0) rectangle (15,6);
\fill[color=blue!40,opacity=0.5] (4,6) rectangle (9,11);
\fill[color=blue!40,opacity=0.5] (9,3) rectangle (12,6);
\fill[color=blue!40,opacity=0.5] (12,0) rectangle (15,3);
\draw[line width=0.1pt] (0,11) -- (15,11);
\draw[line width=0.1pt] (0,6) -- (15,6);
\draw[line width=0.1pt] (0,3) -- (15,3);
\draw[line width=0.1pt] (4,0) -- (4,15);
\draw[line width=0.1pt] (9,0) -- (9,15);
\draw[line width=0.1pt] (12,0) -- (12,15);
\draw (0,0) rectangle (15,15);
\node[color=darkgreen] at (2,15) [above] {$\mathcal{E}_{\lambda_1}$};
\node at (7,15) [above] {$\mathcal{E}_{\lambda_2}$};
\node at (10.5,15) [above] {$\mathcal{E}_{\lambda_3}$};
\node at (13.5,15) [above] {$\mathcal{E}_{\lambda_4}$};
\node[color=darkgreen] at (0,13) [above,rotate=90] {$\mathcal{K}(f-\lambda_1)$};
\node at (2,13) {$f_{|\mathcal{E}_{\lambda_1}}$};
\node at (7,8.5) {$(f_1)_{|\mathcal{E}_{\lambda_2}}$};
\node at (10.5,4.5) {$(f_2)_{|\mathcal{E}_{\lambda_3}}$};
\end{tikzpicture}
\end{center}
\end{column}
\begin{column}{0.48\textwidth}
\begin{block}{Iteration}
$\Lambda=\{\lambda_1,\dots,\lambda_s\}$ Eigenwerte
\begin{align*}
V
&=
\mathcal{K}(f-\lambda_1)
\oplus
\raisebox{-22pt}{\smash{\rlap{\tikz{\fill[color=red!20] (0,0) rectangle (1.83,1.1);}}}}
\underbrace{\mathcal{J}(f-\lambda_1)}_{\displaystyle=V_1}
\\[-15pt]
f_1 &= f_{|V_1}
\\[10pt]
V_1
&=
\mathcal{K}(f_1-\lambda_2)
\oplus
\raisebox{-22pt}{\smash{\rlap{\tikz{\fill[color=red!40] (0,0) rectangle (1.9,1.1);}}}}
\underbrace{\mathcal{J}(f_1-\lambda_2)}_{\displaystyle=V_2}
\\[-15pt]
f_1 &= f_{|V_1}
\\
&\phantom{0}\vdots
\end{align*}
$\Rightarrow$ $f$ hat {\color{blue}Blockdiagonalform} für die Zerlegung
\begin{align*}
V&=\bigoplus_{\lambda\in\Lambda} \mathcal{E}_{\lambda}
\end{align*}
\end{block}
\end{column}
\end{columns}
\end{frame}
\egroup