From 0dbc80dcaaf314f5f270cf7ffe11a410caec92d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 5 Mar 2021 14:01:28 +0100 Subject: more slides --- vorlesungen/slides/5/jordanblock.tex | 68 ++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 vorlesungen/slides/5/jordanblock.tex (limited to 'vorlesungen/slides/5/jordanblock.tex') diff --git a/vorlesungen/slides/5/jordanblock.tex b/vorlesungen/slides/5/jordanblock.tex new file mode 100644 index 0000000..1c3bce9 --- /dev/null +++ b/vorlesungen/slides/5/jordanblock.tex @@ -0,0 +1,68 @@ +% +% jordanblock.tex +% +% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +% +\bgroup + +\def\NL{ +\ifthenelse{\boolean{presentation}}{ +\only<-8>{\phantom{\lambda}\llap{$0$}}\only<9->{\lambda} +}{ +\lambda +} +} + +\begin{frame}[t] +\frametitle{Jordan-Block} +\vspace{-15pt} +\begin{columns}[t,onlytextwidth] +\begin{column}{0.48\textwidth} +\begin{block}{Gegeben} +Matrix $A\in M_n(\Bbbk)$ derart, dass +\begin{itemize} +\item<2-> +$A-\lambda I$ nilpotent +\item<5-> +$A^{n-1}\ne 0$ +\end{itemize} +\end{block} +\vspace{-5pt} +\uncover<3->{ +\begin{block}{Folgerungen} +Es gibt eine Basis derart, dass +\begin{enumerate} +\item<4-> +$A-\lambda I$ hat Normalform einer nilpotenten Matrix +\item<6-> +Es gibt nur einen Block, da $\dim\ker(A-\lambda I)=1$ +\end{enumerate} +\end{block}} +\end{column} +\begin{column}{0.48\textwidth} +\uncover<4->{% +\begin{block}{\ifthenelse{\boolean{presentation}}{\only<-8>{Normalform einer nilpotenten Matrix\strut}}{}\only<9->{Normalform: genau ein Eigenwert\strut}} +\[ +A\uncover<-8>{-\lambda I}=\begin{pmatrix} +\NL &1& & & & & & & \\ + &\NL &1& & & & & & \\ + & &\NL &\uncover<7->{{\color<7>{red}1}}& & & & & \\ + & & &\NL &1& & & & \\ + & & & &\NL &1& & & \\ + & & & & &\NL &1& & \\ + & & & & & &\NL &\uncover<7->{{\color<7>{red}1}}& \\ + & & & & & & &\NL &\uncover<7->{{\color<7>{red}1}}\\ + & & & & & & & &\NL +\end{pmatrix} +\] +\end{block}} +\end{column} +\end{columns} +\vspace{-5pt} +\uncover<8->{% +\begin{block}{Jordan-Normalform} +In dieser Basis hat $A$ Jordan-Normalform +\end{block}} +\end{frame} + +\egroup -- cgit v1.2.1