How to prove two matrices are similar

14.8k Views Asked by At

I have the two matrices:

$\begin{pmatrix}1&-4&-2\\ 0&1&0\\ 0&4&3\end{pmatrix}$ and $\begin{pmatrix}3&0&0\\ \:0&1&1\\ \:0&0&1\end{pmatrix}$

I know they have the same trace and determinant but I know that isn't enough to prove they are similar... what are the next steps I should take? Is proving they have the same eigenvalues enough to show they are similar?

3

There are 3 best solutions below

0
On

Hint: The definition of similarity between matrices is the following:

Two square matrices of the same dimensions A and B are said to be similar if there is a matrix P such that $$B = P^{-1}AP$$

Try finding a matrix $P$ for your exercise.

0
On

Hint: A matrix $A$ and $B$ are said to be similar if $$B=P^{-1}AP$$ for some invertible matrix $P$. This link: How do I tell if matrices are similar? outlines the entire process.

0
On

The first matrix is diagonalizable, namely $P^{-1}AP={\rm diag}(1,1,3)$ with $$ P=\begin{pmatrix} -3 & 2 & -2\cr -2 & 1 & 0 \cr 4 & -2 & 2 \end{pmatrix}. $$ The second matrix is not diagonalizable, so they are in fact not similar.