Given linear map $A:\mathbb{R}^2\to \mathbb{R}^4$ defined as $$A = \begin{pmatrix} 1 & 1 \\ 1 & -1 \\ 0 & 2 \\ 3 & 1 \end{pmatrix}$$
and linear manifold $ W \subset \mathbb{R}^4$ $$ W = \begin{pmatrix} 1 \\ -2 \\ 0 \\ 0 \end{pmatrix} + \left[ \begin{pmatrix} 1 \\ -2 \\ 1 \\ 0 \end{pmatrix} , \begin{pmatrix} 1 \\ -1 \\ 0 \\ 1 \end{pmatrix} \right]_\lambda$$
($\left[ \dots \right]_\lambda$ denotes linear span). How do I find $A^{-1}$(W)?
All I know is that generally $A^{-1}(W) \neq A^{-1}(a) + A^{-1}(P)$ ($P$ is the subspace spanned by those 2 vectors). The result has to be manifold in $\mathbb{R}^2$ right?
Are non-parametric equations of W needed here?