Solve the system: The last column is the vector b $$ \begin{bmatrix} 1 & 1 & 4 & -5 \\ 4 & 3 & -5 & 8 \\ \end{bmatrix} $$
I reduced it down to
$$ \begin{bmatrix} 1 & 0 & -17 & 23 \\ 0 & 1 & 21 & -28 \\ \end{bmatrix} $$
Now I have to express it in terms of:
$$ \begin{bmatrix} x1 \\ x2 \\ x3 \\ \end{bmatrix} $$
x3 is free and I believe the answer to be something along the lines of
$$ \begin{bmatrix} 1 & 0\\ 0 & 1\\ ? & ?\\ \end{bmatrix} $$
Not sure what the ? values are.
Let every column correspond to a $x_n$. So for the first row, the equation will be something like $$(1)x_1 + (0)x_2 + (-17)x_3 = 23$$ and the second row equation will be $$(0)x_1 + (1)x_2 + (21)x_3 = -28$$ then you just solve for $x_1$ and $x_2$ where $x_3$ is a free variable.