I am given two matrices a and b such that characteristic polynomial and minimal polynomial of a and b are equal
I have to check
- If they are similar
- JC form of a and b are same
- Rank(a) = rank(b)
- If a is diagonalisable then b is also
My attempt:
I know a and are not similar for size of matrix greater than 3 So they do not have same JC form also
I also conclude that as they are not similar I can't be sure that if a is diagonalisable then b must be diagonalisable
How can I give argument for 3
Am I correct?