mpittma1
- 55
- 0
Homework Statement
Find a Matrix P that diagonalizes A
Homework Equations
A = <br /> \begin{pmatrix}<br /> 2 & 0 & -2\\<br /> 0 & 3 & 0\\<br /> 0 & 0 & 3<br /> \end{pmatrix}<br />
The Attempt at a Solution
Well right off the bat we know that this is an upper triangular matrix so the eigenvalues are the entries along the main diagonal of A.
So λ = 2, 3, 3
But if an n x n matrix A has n distinct eigenvalues, then A is diagonalizable.
In this case we only have 2 distinct eigenvalue so it shouldn't be diagonalizable...
But the answer is:
P = <br /> \begin{pmatrix}<br /> -2 & 0 & 1\\<br /> 0 & 1 & 0\\<br /> 1 & 0 & 0<br /> \end{pmatrix}<br />
What is the proper way to start the problem to find this matrix P?
Thank You for any help in advance.