Assume that $A$ and $B$ are similar matrices. Which of the following is true?
a) Matrices $AB$ and $BA$ can't be similar.
b) Matrices $A + B$ and $B + A$ can't be similar.
c) Matrices $AA$ and $B$ can't be similar.
d) None of the above.
I have a problem with the simillarity definition. I know that $A$ and $B$ are similar if there exists a matrix $P$ such that $A = P^{-1}BP$. Does that, however mean that $B = P^{-1}AP$ with the same matrix $P$? If not, than:
Let $A = P^{-1}BP$ and $B = R^{-1}AR$. Then:
a) $AB = P^{-1}BPR^{-1}AR$ which tells me nothing.
How should I approach this type of problem?
The example $A=B=I$ shows that a), b) and c) are all false.