From 4d16eab7a381a8379bc139ed2744912683661bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 2 Mar 2021 21:25:06 +0100 Subject: add slides --- vorlesungen/slides/5/motivation.tex | 63 +++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 vorlesungen/slides/5/motivation.tex (limited to 'vorlesungen/slides/5/motivation.tex') diff --git a/vorlesungen/slides/5/motivation.tex b/vorlesungen/slides/5/motivation.tex new file mode 100644 index 0000000..4e8142d --- /dev/null +++ b/vorlesungen/slides/5/motivation.tex @@ -0,0 +1,63 @@ +% +% movitation.tex +% +% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +% +\begin{frame}[t] +\setlength{\abovedisplayskip}{5pt} +\setlength{\belowdisplayskip}{5pt} +\frametitle{Motivation} +\begin{columns}[t,onlytextwidth] +\begin{column}{0.48\textwidth} +\begin{block}{Matrix $A$ analysieren} +Matrix $A$ mit Minimalpolynom $m_A(X)$ vom +Grad $s$ +\end{block} +\begin{block}{Faktorisieren} +Minimalpolynom faktorisieren +\[ +m_A(X) += +(X-\mu_1)(X-\mu_2)\dots(X-\mu_s) +\] +\end{block} +\begin{block}{Vertauschen} +$\sigma\in S_s$ eine Permutation von $1,\dots,s$ +ist +\begin{align*} +m_A(X) +&= +(X-\mu_{\sigma(1)}) +%(X-\mu_{\sigma(2)}) +\dots +(X-\mu_{\sigma(s)}) +\\ +0 +&= +(A-\mu_{\sigma(1)}) +%(A-\mu_{\sigma(2)}) +\dots +(A-\mu_{\sigma(s)}) +\end{align*} +\end{block} +\end{column} +\begin{column}{0.48\textwidth} +\begin{block}{Bedingung für $\mu_k$} +Permutation wählen so dass $\mu_k$ an erster Stelle steht: +\[ +0=(A-\mu_k) \prod_{i\ne k}(A-\mu_i) v +\] +für alle $v\in\Bbbk^n$. +\end{block} +\begin{block}{Eigenwerte} +Nur diejenigen ${\color{red}\mu}$ sind möglich, für die es $v\in\Bbbk^n$ +gibt mit +\[ +(A-\mu)v = 0 +\Rightarrow Av = {\color{red}\mu} v +\] +Eigenwertbedingung +\end{block} +\end{column} +\end{columns} +\end{frame} -- cgit v1.2.1 From 38f326c35243942285c43310751025d2c16801dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 4 Mar 2021 20:30:33 +0100 Subject: Spektraltheorie 1. Teil --- vorlesungen/slides/5/motivation.tex | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'vorlesungen/slides/5/motivation.tex') diff --git a/vorlesungen/slides/5/motivation.tex b/vorlesungen/slides/5/motivation.tex index 4e8142d..b0a1d82 100644 --- a/vorlesungen/slides/5/motivation.tex +++ b/vorlesungen/slides/5/motivation.tex @@ -13,6 +13,7 @@ Matrix $A$ mit Minimalpolynom $m_A(X)$ vom Grad $s$ \end{block} +\uncover<2->{% \begin{block}{Faktorisieren} Minimalpolynom faktorisieren \[ @@ -20,7 +21,8 @@ m_A(X) = (X-\mu_1)(X-\mu_2)\dots(X-\mu_s) \] -\end{block} +\end{block}} +\uncover<3->{% \begin{block}{Vertauschen} $\sigma\in S_s$ eine Permutation von $1,\dots,s$ ist @@ -39,16 +41,18 @@ m_A(X) \dots (A-\mu_{\sigma(s)}) \end{align*} -\end{block} +\end{block}} \end{column} \begin{column}{0.48\textwidth} +\uncover<4->{% \begin{block}{Bedingung für $\mu_k$} Permutation wählen so dass $\mu_k$ an erster Stelle steht: \[ 0=(A-\mu_k) \prod_{i\ne k}(A-\mu_i) v \] für alle $v\in\Bbbk^n$. -\end{block} +\end{block}} +\uncover<5->{% \begin{block}{Eigenwerte} Nur diejenigen ${\color{red}\mu}$ sind möglich, für die es $v\in\Bbbk^n$ gibt mit @@ -57,7 +61,7 @@ gibt mit \Rightarrow Av = {\color{red}\mu} v \] Eigenwertbedingung -\end{block} +\end{block}} \end{column} \end{columns} \end{frame} -- cgit v1.2.1