From 1678bfd4fa5944538e6961d16be92db9b8fa4ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 18 May 2021 12:45:59 +0200 Subject: add slides --- vorlesungen/slides/9/pf/positiv.tex | 59 +++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 vorlesungen/slides/9/pf/positiv.tex (limited to 'vorlesungen/slides/9/pf/positiv.tex') diff --git a/vorlesungen/slides/9/pf/positiv.tex b/vorlesungen/slides/9/pf/positiv.tex new file mode 100644 index 0000000..382dfd6 --- /dev/null +++ b/vorlesungen/slides/9/pf/positiv.tex @@ -0,0 +1,59 @@ +% +% 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} +\begin{block}{Relation $>\mathstrut$} +Man schreibt $A>B$ wenn $A-B > 0\mathstrut$ +\end{block} +\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} +\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} +\begin{block}{Relation $\ge\mathstrut$} +Man schreibt $A\ge B$ wenn $A-B \ge 0\mathstrut$ +\end{block} +\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 -- cgit v1.2.1 From 80416f0ab893f2b80a01be4acc13bd03c7a03682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 20 May 2021 10:09:26 +0200 Subject: add new slides --- vorlesungen/slides/9/pf/positiv.tex | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'vorlesungen/slides/9/pf/positiv.tex') diff --git a/vorlesungen/slides/9/pf/positiv.tex b/vorlesungen/slides/9/pf/positiv.tex index 382dfd6..d7e833d 100644 --- a/vorlesungen/slides/9/pf/positiv.tex +++ b/vorlesungen/slides/9/pf/positiv.tex @@ -18,9 +18,11 @@ 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} +\end{block}} +\uncover<5->{% \begin{block}{Wahrscheinlichkeitsmatrix} \[ W=\begin{pmatrix} @@ -30,19 +32,22 @@ W=\begin{pmatrix} \end{pmatrix} \] Spaltensumme$\mathstrut=1$, Zeilensumme$\mathstrut=?$ -\end{block} +\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} +\end{block}} +\uncover<4->{% \begin{block}{Relation $\ge\mathstrut$} Man schreibt $A\ge B$ wenn $A-B \ge 0\mathstrut$ -\end{block} +\end{block}} +\uncover<6->{% \begin{block}{Permutationsmatrix} \[ P=\begin{pmatrix} @@ -52,7 +57,7 @@ P=\begin{pmatrix} \end{pmatrix} \] Genau eine $1$ in jeder Zeile/Spalte -\end{block} +\end{block}} \end{column} \end{columns} \end{frame} -- cgit v1.2.1