My lecture notes write that two matrices are said to be similar if there exists an $n \times n$ invertible matrix $P$ such that $B = P^{-1} AP$.
But suppose I am given two matrices, $A$ and $B$, how do you 'show'/'determine' whether they are similar? Do you just have think up a matrix $P$ or is there a systematic way of finding it?
A second question I have if I have a matrix $A$ and find its eigenvectors, and place these in my similar matrix $P$, do I have to normalise my eigenvectors so that the matrix $P^{-1} AP$ equals a diagonal matrix, whose diagonals are the eigenvalues of $A$?
Thanks.