Equal traces and similar matrix

326 Views Asked by At

I know that if matrix $a$ is similar to matrix $b$ then $\operatorname{trace} a=\operatorname{trace} b$.

Does it go to the other side?

Thanks.

2

There are 2 best solutions below

0
On

No. The matrix $\left(\begin{smallmatrix}0&1\\0&0\end{smallmatrix}\right)$ and the null matrix are not similar.

2
On

The matrix $\left(\begin{smallmatrix}0&0\\0&0\end{smallmatrix}\right)$ and and the matrix $\left(\begin{smallmatrix}-1&0\\0&1\end{smallmatrix}\right)$ both have trace $0$, yet are clearly not similar. Thus the answer is no.