- #1
pondzo
- 169
- 0
Homework Statement
I am asked to find the diagonal matrix of eigenvalues, D, and the matrix of corresponding eigenvectors, P, of the following matrix:
[tex]
\begin{pmatrix}
1 & 0 & 0\\
0 & 1 & -2\\
0 & 0 & -1
\end{pmatrix}
[/tex]
Homework Equations
The Attempt at a Solution
We just started this topic, and so far i haven't had much trouble answering questions like these, but this question is different.
I found the eigenvalues to be λ = 1 (with algebraic multiplicity 2) and λ = -1
for λ = 1 the matrix is [tex]
\begin{pmatrix}
0 & 0 & 0\\
0 & 0 & 0\\
0 & 0 & -2
\end{pmatrix}
[/tex] after putting in row echelon form. This is where my confusion begins, solving gives z=0, and since x nor y are described, they can take any value I please (to my understanding). so for the first eigenvector i let x=1 and y=0, then i let x=0,y=1 to give [tex]
\begin{bmatrix}
1\\
0\\
0
\end{bmatrix}
[/tex] and [tex]
\begin{bmatrix}
0\\
1\\
0
\end{bmatrix}
[/tex] respectively.
For λ = -1 the matrix is [tex]
\begin{pmatrix}
2 & 0 & 0\\
0 & 2 & -2\\
0 & 0 & 1
\end{pmatrix}
[/tex] which gives x=y=z=0 which confuses me even more as this is [tex]
\begin{bmatrix}
0\\
0\\
0
\end{bmatrix}
[/tex]
So after all that I said D = [tex]
\begin{pmatrix}
1 & 0 & 0\\
0 & 1 & 0\\
0 & 0 & -1
\end{pmatrix}
[/tex] which I am fairly sure is correct
and P = [tex]
\begin{pmatrix}
1 & 0 & 0\\
0 & 1 & 0\\
0 & 0 & 0
\end{pmatrix}
[/tex] which I am fairly sure isn't (Mathematica told me at least one of the parts was wrong and i think its this one).
Could someone please help me understand this example, and forgive me for the bad formatting, I am not sure how to keep everything in the same line.