Find two $2 \times 2$ matrices $A$ and $B$ with the same rank, determinant,...but they are not similar.

Find two $2 \times 2$ matrices $A$ and $B$ with the same rank, determinant, trace and characteristic polynomial, but that are not similar to each other.


I come up with two matrices:

$A=\begin{pmatrix} 0 &1 \\ 0 &0 \end{pmatrix}$ and $B=\begin{pmatrix} 0 &0 \\ 1 &0 \end{pmatrix}.$

It is easy to check that they have same rank, determinant, trace and characteristic polynomial. However, my question is I do not know how to prove two matrices are similar or not.

I have learnt the converse in my textbook, i.e. If two matrices are similar, they have the same determinant, characteristic polynomial,etc.

I have also known that (but I do now know the proof), we can check by using Jordan form of two matrices. I do not know if this claim is correct:

"If two matrices have the same Jordan form, they are similar to each other."

Yet, go back to the question, is it a quick way to prove? Thank you in advance.


Solution 1:

Try $A = \begin{bmatrix} 2 & 1 \\ 0 & 2 \end{bmatrix}$ and $B = \begin{bmatrix} 2 & 0 \\ 0 & 2 \end{bmatrix}$. They are both rank 2.

Solution 2:

Your matrices are similar, related by $\begin{pmatrix}0&1\\1&0\end{pmatrix}$.

By inspection, what each of your matrices do is kill one basis vector while turning the other into the first one. That's intuitively similar, so to transform one to the other all we have to do is swap the basis vectors which is what $\begin{pmatrix}0&1\\1&0\end{pmatrix}$ does.

Hint. The rank (if full), determinant, trace, and characteristic polynomial of a triangular matrix depends only on the diagonal elements.

Solution 3:

You need two matrices with distinct Jordan forms yet the same characteristic polynomial; this is only possible if the characteristic polynomial has at least one multiple root. Here that it means is it of the form $(X-a)^2$. Distinct Jordan forms can only be obtained if one of the matrices does not have a single block of size$~2$, in which case the only remaining possibility is two (trivial) blocks of size$~1$, so one of the matrices must be a multiple $aI$ of the identity. Here you can see why you example fails: you took $a=0$ but neither of your matrices equals the zero matrix, so they have equal Jordan forms (in fact $A$ is the Jordan form of $B$). You can see rather easily that you just interchanged the roles of the first and second standard basis vector in constructing $A$ and $B$, so they are similar by the permutation matrix interchanging those vectors.

Once you've seen that you need to choose (say) $A=aI$, one can take $B$ to be any other matrix with characteristic polynomial $(X-a)^2$ (there are plenty of them; the size $2$ Jordan block with diagonal entries $a$ is the most obvious choice, but for instance the companion matrix of $(X-a)^2$ will do fine as well). This ensures everything that was required, except equal ranks: the rank is not always determined by the characteristic polynomial. However if $a\neq0$, both matrices will be invertible, and therefore of rank$~2$ (for $a=0$ the matrix $A=0$ will have a different rank than $B$, namely $0$ versus $1$, so one should not choose $a=0$). So for an example take $A=aI$ with $a\neq0$, and $B$ any matrix with characteristic polynomial $(X-a)^2$. Moreover all examples are obtained like this (possibly with $A,B$ interchanged).