+1 Daumen
8,2k Aufrufe

Bestimmen Sie alle Eigenwerte und zugehörige Eigenvektoren der Matrizen A. Ist A diagonalisierbar? Begründen Sie ihre Antwort.

A=(244122004)A = \left( \begin{array} { c c c } { - 2 } & { 4 } & { - 4 } \\ { - 1 } & { 2 } & { 2 } \\ { 0 } & { 0 } & { 4 } \end{array} \right)

Avatar von
Wo liegt denn genau das Problem. Hier zunächst das was Wolframalpha daraus macht:

https://www.wolframalpha.com/input/?i=%7B%7B-2%2C4%2C-4%7D%2C%7B-1%2…

Weißt du gar nicht wie man Eigenwerte und Eigenvektoren bestimmt ?

1 Antwort

+2 Daumen
Die Eigenwerte von A sind die Lösungen der Gleichung
det(AλE)=0det(A-\lambda E)=0
also in deinem Beispiel:
det(AλE)=0det(A-\lambda E)=0det(2λ4412λ2004λ)=0\Leftrightarrow det\begin{pmatrix} -2-\lambda & 4 & -4 \\ -1 & 2-\lambda & 2 \\ 0 & 0 & 4-\lambda \end{pmatrix}=0(2λ)(2λ)(4λ)+0+0(0+0+4(1)(4λ))=0\Leftrightarrow (-2-\lambda )*(2-\lambda )*(4-\lambda )+0+0-(0+0+4*(-1)*(4-\lambda ))=016+4λ+4λ2+λ3+164λ=0\Leftrightarrow -16+4\lambda +4{ \lambda }^{ 2 }+{ \lambda }^{ 3 }+16-4\lambda =04λ2λ3=0\Leftrightarrow 4{ \lambda }^{ 2 }-{ \lambda }^{ 3 }=0λ1,2=0,λ3=4\Leftrightarrow { \lambda }_{ 1,2 }=0, { \lambda }_{ 3 }=4

Die Eigenvektoren von A zum Eigenwert λ\lambda sind alle Vielfachen (bis auf das Nullfache) desjenigen Vektors x, für den gilt:
(AλE)x=0(A-\lambda E)*x=0
also z.B. für den Eigenwert λ3=4{ \lambda }_{ 3 }=4:
(244412420044)(x1x2x3)=(000)\begin{pmatrix} -2-4 & 4 & -4 \\ -1 & 2-4 & 2 \\ 0 & 0 & 4-4 \end{pmatrix}*\begin{pmatrix} { x }_{ 1 } \\ { x }_{ 2 } \\ { x }_{ 3 } \end{pmatrix}=\begin{pmatrix} { 0 } \\ 0 \\ 0 \end{pmatrix}(644122000)(x1x2x3)=(000)\Leftrightarrow \begin{pmatrix} -6 & 4 & -4 \\ -1 & -2 & 2 \\ 0 & 0 & 0 \end{pmatrix}*\begin{pmatrix} { x }_{ 1 } \\ { x }_{ 2 } \\ { x }_{ 3 } \end{pmatrix}=\begin{pmatrix} { 0 } \\ 0 \\ 0 \end{pmatrix}(322011000)(x1x2x3)=(000)\Leftrightarrow \begin{pmatrix} -3 & 2 & -2 \\ 0 & 1 & -1 \\ 0 & 0 & 0 \end{pmatrix}*\begin{pmatrix} { x }_{ 1 } \\ { x }_{ 2 } \\ { x }_{ 3 } \end{pmatrix}=\begin{pmatrix} { 0 } \\ 0 \\ 0 \end{pmatrix}\Rightarrowx3=a(aR{0}beliebigwa¨hlbar){ x }_{ 3 }={ a }\quad ({ a }\in R\setminus { \left\{ 0 \right\} } \quad beliebig\quad wählbar)x2=x3{ x }_{ 2 }={ x }_{ 3 }x1=0{ x }_{ 1 }=0
Mit a = 1 erhält man also:
x=(011)x=\begin{pmatrix} { 0 } \\ 1 \\ 1 \end{pmatrix}
Die Eigenvektoren sind nun alle Vielfachen (bis auf das Nullfache) des Vektors x.

Auf gleiche Weise bestimmt man den Eigenvektor zum Eigenwert λ1,2=0{ \lambda }_{ 1,2 }=0

Da die 3x3-Matrix A nur zwei (und nicht drei ) linear unabhängige Eigenvektoren hat, ist sie nicht diagonalisierbar.
Avatar von 32 k

Ein anderes Problem?

Stell deine Frage