chuy52506
- 77
- 0
Homework Statement
Show that A=
|1 1 1 1|
|0 1 0 0|
|0 0 1 0|
|0 0 0 1|
is not diagonalizable.
Homework Equations
The Attempt at a Solution
I know i have to show the algebraic multiplicity does not equal the geometric mult. of the eigenvalue. So i found an eigenvalue to be 1 which then reduces the matrix to be:
|0 1 1 1|
|0 0 0 0|
|0 0 0 0|
|0 0 0 0|
And now i know that x2=-x3-x4 with the free variables being x1,x3,x4 but i do not know how to write this as a solution. Would it be
x1[1 0 0 0]T + x3[-1 0 1 0]T + x4[-1 0 0 1]T??