Matrix Equations and Linear Equations: Exercises
Express the following system of linear equations as a matrix equation.
\[ \begin{array}{rcrcrcrcr} 4u & + & x & - & 2y & + & 10z & = & 4 \\ -2u & + & 3x & -& 4y & + & 5z & = & 1 \\ u & - & x & + & 3y & - & 5z & = & -6 \end{array} \]Express the systems of linear equations below as matrix equations. Then find the solutions by using the inverse of the coefficient matrix.
\[ \begin{array}{rcrcrcr} x & - & 2y & + & 2z & = & 1 \\ 2x & - & 3y & + & 6z & = & 4 \\ x & + & y & + & 7z & = & -2 \end{array} \quad \text{and} \quad \begin{array}{rcrcrcr} x & - & 2y & + & 2z & = & 3 \\ 2x & - & 3y & + & 6z & = & 1 \\ x & + & y & + & 7z & = & 1 \end{array} \]