I need to show that the matrices
$$ \begin{pmatrix} 1 & 1 \\ 0 & 0 \\ \end{pmatrix} $$ and $$ \begin{pmatrix} 1 & 0 \\ 0 & 0 \\ \end{pmatrix} $$
aren't similar. I tried with trace, determinant, eigenvalues, rank space but their all the same.
Can someone help?
That will be hard, since they are similar:$$\begin{bmatrix}1&1\\0&-1\end{bmatrix}^{-1}.\begin{bmatrix}1&0\\0&0\end{bmatrix}.\begin{bmatrix}1&1\\0&-1\end{bmatrix}=\begin{bmatrix}1&1\\0&0\end{bmatrix}.$$