Bestimmung des Minimalpolinoms
Wir bestimmen die charakteristische Matrix und hieraus das charakteristische Polynom
(M - k*E) =
[1 - k, 0, 0, 0;
2, 2 - k, 0, -1;
0, 0, 1 - k, 0;
11, 7, 0, -3 - k]
det(M - k*E) = (k - 1)^2·(k^2 + k + 1)
Hier wäre also (M - 1)·(M^2 + M + 1) und (M - E)^2·(M^2 + M + 1) möglich. Wir rechnen beides aus
(M - 1)·(M^2 + M + 1)
([1, 0, 0, 0; 2, 2, 0, -1; 0, 0, 1, 0; 11, 7, 0, -3] - [1, 0, 0, 0; 0, 1, 0, 0; 0, 0, 1, 0; 0, 0, 0, 1])·([1, 0, 0, 0; 2, 2, 0, -1; 0, 0, 1, 0; 11, 7, 0, -3]^2 + [1, 0, 0, 0; 2, 2, 0, -1; 0, 0, 1, 0; 11, 7, 0, -3] + [1, 0, 0, 0; 0, 1, 0, 0; 0, 0, 1, 0; 0, 0, 0, 1]) = [0, 0, 0, 0; 0, 0, 0, 0; 0, 0, 0, 0; 0, 0, 0, 0]
Das stimmt bereits also brauchen wir nicht weiter rechnen.
Damit ist das Minimalpolynom (x - 1)·(x^2 + x + 1)