Diffy
- 441
- 0
Homework Statement
I need to find the Jordan Normal (canonical) form of the following matrix:
{(3, 1, 0, 0); (-4, -1, 0, 0); (7, 1, 2, 1); (-17, -6, -1 0)}
Where each ( , , , ) is a row.
Homework Equations
There are not really any equations involved, but rather theorems involving Jordan form.
The Attempt at a Solution
I have found that the characteristic polynomial is (x - 1)^4. So therefore I my four eigen values are all 1.
I am a little confused with how to proceed. It seems my Jordan form will now have all 1's on the main diagonal but I am not sure how to find out what my blocks will look like.
Now I went ahead and reduced my matrix (after taking 1 away from all entries of the main diagonal) to rref. I got
{(1, 0 , 0 , 0); (0, 1, 0, 0); (0, 0, 1, 1); (0, 0, 0, 0)}
I think that means that my eigen space has dimension 3. But I am not sure what that tells me about my Jordan form.
Someone please help me out.
Thanks.