aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/slides/9/pf/positiv.tex
blob: d7e833d1cc402a348f7c8ef3a51bf55d4c4fac43 (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
%
% positiv.tex -- slide template
%
% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
%
\bgroup
\begin{frame}[t]
\setlength{\abovedisplayskip}{5pt}
\setlength{\belowdisplayskip}{5pt}
\frametitle{Positive und nichtnegative Matrizen}
\vspace{-20pt}
\begin{columns}[t,onlytextwidth]
\begin{column}{0.48\textwidth}
\begin{block}{Positive Matrix\strut}
Eine Matrix $A$ heisst positiv, wenn
\[
a_{ij} > 0\quad\forall i,j
\]
Man schreibt $A>0\mathstrut$
\end{block}
\uncover<2->{%
\begin{block}{Relation $>\mathstrut$}
Man schreibt $A>B$ wenn $A-B > 0\mathstrut$
\end{block}}
\uncover<5->{%
\begin{block}{Wahrscheinlichkeitsmatrix}
\[
W=\begin{pmatrix}
0.7&0.2&0.1\\
0.2&0.6&0.1\\
0.1&0.2&0.8
\end{pmatrix}
\]
Spaltensumme$\mathstrut=1$, Zeilensumme$\mathstrut=?$
\end{block}}
\end{column}
\begin{column}{0.48\textwidth}
\uncover<3->{%
\begin{block}{Nichtnegative Matrix\strut}
Eine Matrix $A$ heisst nichtnegativ, wenn
\[
a_{ij} \ge 0\quad\forall i,j
\]
Man schreibt $A\ge 0\mathstrut$
\end{block}}
\uncover<4->{%
\begin{block}{Relation $\ge\mathstrut$}
Man schreibt $A\ge B$ wenn $A-B \ge 0\mathstrut$
\end{block}}
\uncover<6->{%
\begin{block}{Permutationsmatrix}
\[
P=\begin{pmatrix}
0&0&1\\
1&0&0\\
0&1&0
\end{pmatrix}
\]
Genau eine $1$ in jeder Zeile/Spalte
\end{block}}
\end{column}
\end{columns}
\end{frame}
\egroup