kmjonec
- 2
- 0
Homework Statement
Show that A = 3 4 3
-1 0 -1
1 2 3
is not diagonalizable but is triangulable and carry out triangulation (A has rational entries)
I found that the only eigenvalue is 2, and that the characteristic equation is (x-2)3, but I'm not sure how to prove that a matrix is not diagonalizable. I know that if it has 3 distinct eigenvalues then it will be diagonalizable (for a 3x3 matrix), but if it has less than 3 that doesn't necessarily imply it isn't.
As for triangulating the matrix, I found that (1,-1, 1) is an eigenvector and {(1,-1,1), (0,1,0),(0,0,1)} is a basis of Q3. But I'm not sure how to find an S so that S-1AS is upper triangualar. Any advice?