I'm learning linear algebra, specifically linear transformations, and need help with the following exercise:
Consider the linear transformation $f:\mathbb{R^{3}} \to \mathbb{R^{2}}$ with $f(x,y,z)=(x+y,z)$. Let $V=\{(x,y,z) \in \mathbb{R^{3}}: x+y+z =0\}$ and $W=\{(x,y) \in \mathbb{R^{2}}: 2x =y\}.$ Find a basis and the dimension of $f(V)$ and $f^{-1}(W)$, respectively.
I honestly don't know what to do here. If we consider the standard basis $\mathcal{B}=\{(1,0,0), (0,1,0), (0,0,1)\}$ of $\mathbb{R^{3}}$, since $f$ is a linear transformation, it can be represented by a matrix $A$ whose columns are the images of the standard basis vectors. We have
$$f(1,0,0) = (1,0), \quad f(0,1,0) = (1,0), \quad f(0,0,1) = (0,1).$$
Hence, the matrix representation of $f$ with respect to the basis $\mathcal{B}$ is given by
$$A = \begin{pmatrix}1 & 1 & 0\\0 & 0 & 1\end{pmatrix}.$$
In general, if $f$ is invertible, then the matrix representing the mapping $f^{-1}$ must be the matrix inverse of $A$. But here the $A$ is clearly not invertible.
I think I have not understand the theory well enough for this problem. Maybe someone can point out to me the right direction/steps to follow to solve this problem.