Let $\mathbf{A}$ be a $2 \times 2$ matrix. For every two-dimensional vector $\mathbf{v}$, there exists a two-dimensional vector $\mathbf{w}$ such that $\mathbf{A} \mathbf{w} = \mathbf{v}.$ Show that we can find a matrix $\mathbf{B}$ such that $\mathbf{A} \mathbf{B} = \mathbf{I}$.
I'm not sure how to prove this and I have no idea where to start. Help much appreciated, thanks!
Since for every $2D$ vector $v$, we can find $w$ such that $$Aw= v$$then let $w_1$ and $w_2$ such that $$Aw_1 = \begin{bmatrix} 1 \\ 0\end{bmatrix}$$ and $$Aw_2 = \begin{bmatrix} 0 \\ 1\end{bmatrix}$$ Hence $$A \begin{bmatrix} w_1 & w_2 \end{bmatrix} = I$$ So your matrix $B = \begin{bmatrix} w_1 & w_2 \end{bmatrix}$