Let $P: \mathbb R^3\to \mathbb R^3$ is orthogonal projection on $x\mathbb Oy$ plane:
a)Prove that is linear transformation
b)Find a matrix of $P$ using standard base.
c)Find matrix of that linear transformation using base $B=\{(1,0,1,),(1,1,0),(1,1,1)\}$
For a) I know, but for b) that is $P(e_1)=e_1$, $P(e_2)=e_2$, $P(e_3)=0$, so matrix P is
$\begin{bmatrix} 1 &0 &0\\ 0& 1& 0\\ 0& 0& 0 \end{bmatrix}$
and for c)
If I use formula $P=S^{-1}P´S,$
where
$S^{-1}=\begin{bmatrix} 1& 1& 1\\ 0& 1& 1\\ 1& 0& 1 \end{bmatrix}$
$S=\begin{bmatrix} 1& -1& 0\\ 1& 0& -1\\ -1& 1& 1 \end{bmatrix}$
so $SPS^{-1}=P´$ ¨ then $P´=\begin{bmatrix} 1& 0& 0\\ 1& 1& 1\\ -1& 0& 0 \end{bmatrix}$
is this ok?
It seems all correct, indeed also for point "c" we have that
$$S^{-1}=\begin{bmatrix} 1& 1& 1\\ 0& 1& 1\\ 1& 0& 1 \end{bmatrix}$$
represents the change of basis from the new basis to the standard one therefore we have
$$P'=SPS^{-1}$$