a) Suche einen Vektor v≠0 mit A*v=v .
Also (A - E)*v=0.
Einer ist z.B. (3,2,-1,-1)^T .
Umformen der Matrix A-E mit Gauss-Algorithmus führt auf
1 2 3 4
0 0 0 0
0 0 0 0
0 0 0 0
Also dim = 3
Wähle die letzten drei Variablen beliebig (s,t,u) und
dann gibt die 1. Gleichung x1 = -2s-3t-4u , also sind die
Lösungen alle so \( \vec{x}=\begin{pmatrix} -2s-3t-4u \\s\\t\\u \end{pmatrix} \)
\( =s\cdot\begin{pmatrix} -2 \\1\\0\\0 \end{pmatrix} +t\cdot\begin{pmatrix} -3 \\0\\1\\0 \end{pmatrix}+u\cdot\begin{pmatrix} -4 \\0\\0\\1 \end{pmatrix}\)
und du hast die Basisvektoren.
c) Bei a=-1 gibt es den Eigenwert 3 und ein Eigenvektor dazu ist z.B.
(1,1,1,-1)^T .
d) Basis aus Eigenvektoren, also Diagonalgestalt
1 0 0 0
0 1 0 0
0 0 1 0
0 0 0 3