I have the $(x,y)$-plane $$\left\{(x,y,z)\in \mathbb{R}^3 | x,y\in \mathbb{R}, z = 0 \right\}.$$ I need a transformation matrix to transform this to the plane
$$ \left\{ (x,y,z) \in \mathbb{R}^3 | x+y+z=0 \right\}.$$
I found the Matrix:
$$\begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ -1 & -1 & 0 \end{pmatrix}.$$
Is this correct?
This matrix does send the first plane bijectively to the second one, but it is not invertible. For example, you could take $\begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix}$ as a third column.