aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/slides/3/minimalpolynom.tex
blob: 60d15f0cff7934bc4f63dad556f5d3fe982b9c19 (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
%
% minimalpolynom.tex
%
% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
%
\begin{frame}[t]
\frametitle{Minimalpolynom}
\begin{block}{Definition}
Zu jeder $n\times n$-Matrix $A$
gibt es ein Polynom $m_A(X)\in\Bbbk[X]$ minimalen Grades $\deg m_A\le n^2$
derart, dass $m_A(A)=0$.
\end{block}
\begin{block}{Strategie}
Das Minimalpolynom ist eine ``Invariante'' der Matrix $A$
\end{block}
\begin{block}{Satz von Cayley-Hamilton}
Für jede $n\times n$-Matrix $A\in M_n(\Bbbk)$ gilt $\chi_A(A)=0$
\[
\Downarrow
\]
Das Minimalpolynom $m_A\in \Bbbk[X]$ ist ein Teiler
des charakteristischen Polynoms $\chi_A\in \Bbbk[X]$
\\
$\Rightarrow $
Faktorzerlegung on $\chi_A(X)$ ermitteln!
\end{block}
\end{frame}