If it is not true, can you provide a counter-example?
Asked
Active
Viewed 1.3k times
15
-
Really? How about {{1,1},{0,1}} and {{1,0},{0,1}}? They are dissimilar but they have the same characteristic polynomial. – xzhu Sep 19 '12 at 01:47
-
3@anon, that's wrong. Not even having the same characteristic and minimal polynomial is enough. – DonAntonio Sep 19 '12 at 01:57
-
2Not sure what I was thinking there, hmm. – anon Sep 19 '12 at 02:47
-
See also http://math.stackexchange.com/a/56725 and http://math.stackexchange.com/q/83771 – Jonas Meyer Sep 19 '12 at 12:08
2 Answers
15
Consider matrices in Jordan normal form with the same diagonal entries. The minimal polynomial just tells you the size of the biggest Jordan blocks (for the respective Eigenvalues). Example (for some $a$):
$\begin{pmatrix} a & 1 & 0 & 0 \\ 0 & a & 0 & 0 \\ 0 & 0 & a & 0 \\ 0 & 0 & 0 & a\end{pmatrix},\begin{pmatrix} a & 1 & 0 & 0 \\ 0 & a & 0 & 0 \\ 0 & 0 & a & 1 \\ 0 & 0 & 0 & a\end{pmatrix}$

Long
- 793
14
Take the matrices
$$\begin{pmatrix}0&1&0&0\\0&0&0&0\\0&0&0&1\\0&0&0&0\end{pmatrix}\,\,,\,\,\begin{pmatrix}0&1&0&0\\0&0&0&0\\0&0&0&0\\0&0&0&0\end{pmatrix}$$
These two matrices have $\,x^4\,$ as char. polynomial and $\,x^2\,$ as minimal one.
Try a nice exercise: prove that the condition is sufficient if the matrix is $\,n\times n\,\,,\,n\leq 3\,$

DonAntonio
- 211,718
- 17
- 136
- 287
-
-
What about this... [0 0;0 0] and [0 1;0 0] have the same char poly but they aren't similar – Squirtle Dec 04 '13 at 23:42
-
1Read the question carefully:same characteristic and minimal polynomials – DonAntonio Dec 05 '13 at 00:25
-
2