Similarity of Jordan cannonical forms

45 Views Asked by At

I'm struggling with this question: Determine all possible Jordan canonical forms (up to the ordering of the Jordan blocks) for a 6 ×6 matrix A, if A has an eigenvalue 2 with algebraic multiplicity 6, and geometric multiplicity 3. Explain why the obtained Jordan canonical forms are not similar (hint: consider (J −2I)2).

I have obtained the Jordan canonical forms, however, I don't understand how can they not be similar. It seems to me that Jordan canonical forms of the same matrix always have to be similar. If A has canonical forms J1 and J2, then A = PJ1P-1 and A = SJ2S-1 for some matrices P and S. Therefore, PJ1P-1 = SJ2S-1 => J1 = P-1SJ2S-1P = (P-1S)J2(P-1S)-1. So, J1 and J2 are similar.

If you could help me understand what I'm doing wrong, I'd be very thankful!