I'm aware that very similar questions have been asked but I could really do with someone walking me through this question.
What is the span of the set
$$\underline a = \begin{pmatrix}1 \\ -1 \\ 2 \\ 1 \end{pmatrix},\ \underline b = \begin{pmatrix}2 \\ -3 \\ 4 \\ 1 \end{pmatrix},\ \underline c = \begin{pmatrix}1 \\ 1 \\ 2 \\ 3 \end{pmatrix}$$
I know I need to find all $\underline b = \lambda_1\underline a +\lambda_2\underline b + \lambda_3\underline c$
So find the solution to the equation
$$\begin{pmatrix}1 & 2 & 1 \\ -1 & -3 & 1 \\ 2 & 4 & 2 \\ 1 & 1 & 3\end{pmatrix}\begin{pmatrix}\lambda_1 \\ \lambda_2 \\ \lambda_3 \end{pmatrix}=\begin{pmatrix}b_1 \\ b_2 \\ b_3 \\ b_4\end{pmatrix}$$
But I can't interpret the answer.