Let be $$A=\begin{pmatrix} \frac{-3}{2} & 2 & \frac{-1}{2} \\ \frac{-1}{2} & 0 & \frac{1}{2} \\ \frac{1}{2} & -2 & \frac{3}{2} \end{pmatrix}, B=\begin{pmatrix} 0 & 1 & 0 \\ 0 & 0 & 1 \\ 0 & 0 & 0 \end{pmatrix}$$ Prove that A and B are similar.
I know if we can find a matrix $P$ so that $A=P^{-1}BP$ we have that they are similar, but I haven't found anywhere how to find such $P$. Can someone give me a hint?
Recall that the matrix $P$ that you seek is essentially a change-of-basis matrix and that the columns of a transformation matrix are the images of the basis vectors. In this problem, $B$ has a particularly simple form, so let’s start there. The columns of $B$ tell us that, in some basis $\{v_1,v_2,v_3\}$, $v_1$ spans the kernel of the transformation, so computing $\ker A$ will give you $v_1$. The next two columns of $B$ tell us that $Bv_2=v_1$ and $Bv_3=v_2$. Thus, to find the rest of the basis, you must solve in turn $Av_2=v_1$ and $Av_3=v_2$. Once you have this basis, you can assemble the change-of-basis matrix for it.