Let $T:\mathbb R^3 \to \mathbb R^2$ be defined by $T(a,b,c) = (a+b, 2a-c)$. Determine $T^{-1}(1,11)$
I was solving some linear algebra problems and saw the above one. I remember that there is a theorem that states that $T$ is invertible iff $[T]_{\beta}^{\gamma}$ (here ${\beta},{\gamma}$ are the basises) is invertable. Moreover, I remember that $T: V \to W$ is invertable iff $\dim(V) = \dim(W)$. Hence, to my understending there must be no inverse for this $T$. However, it asks to find it so my understanding is faulty (I assume).
Please, can you clearify the situation?
You are correct that $T$ is not invertible, since that would require that $T$ is injective but that cannot occur since the dimension of $\mathbb R^2$ is less than that of $\mathbb R^3$. What $T^{-1}(1,11)$ likely means here is the preimage of $(1,11)$, i.e. the set of all $\mathbf x\in\mathbb R^3$ so that $T(\mathbf x)=(1,11)$. To do so, what you need to do is solve the matrix equation $$\begin{bmatrix}1&1&0\\2&0&-1\end{bmatrix}\begin{bmatrix}a\\b\\c\end{bmatrix}=\begin{bmatrix}1\\11\end{bmatrix}.$$