I have the following matrix
$$ \begin{pmatrix} 1 & 0 & -1 & 0 & 1\\ 0 & 1 & -1 & 2 &0\\ \end{pmatrix} $$
And I am unsure as to how to write the column space/image for the transformation it represents.
I know that, for a Mapping $M:S\to R$, $\operatorname{Im}(M)$ is the subspace of elements $x$ of $R$ for which there is some element $y$ of $S$ such that $M(y)=x$.
Should I write the Image as $$\operatorname{Im}(M)= \left(\begin{matrix} x_{1}-x_3+x_5\\ x_{2}-x_3+2x_4\\ \end{matrix}\right) $$
for $x_1,x_2,x_3,x_4,x_5 \in\mathbb R$?????
That is not the image space, that is just another way to write the transformation. The image space is the entire $R^2$, since for any vector $(x,y)$, at least the vector $(x,y,0,0,0)$ is mapped onto it.