We can represent the system of equations as AX = B, where A is the matrix of coefficients, X is the column matrix of variables, and B is the column matrix of constants. So, we have:
$$
A = \begin{bmatrix}
1 & 1 & 1 \\
2 & -3 & 4 \\
3 & -2 & -2
\end{bmatrix},
X =
Show more…