ubuntu2004
<exercise checkit-seed="0005" checkit-slug="Demo3" checkit-title="Matrix Example">1<statement>2<p>Consider the following system of equations:</p>3<me>\begin{matrix}4-2 \, x_{1} & + & 6 \, x_{2} & - & 6 \, x_{3} & - & 2 \, x_{4} & = & 4 \\53 \, x_{1} & - & 9 \, x_{2} & + & 9 \, x_{3} & + & x_{4} & = & 0 \\6-3 \, x_{1} & + & 9 \, x_{2} & - & 9 \, x_{3} & - & 2 \, x_{4} & = & 3 \\7\end{matrix}</me>8<p>Write an augmented matrix corresponding to this system.</p>9</statement>10<answer>11<me>\left(\begin{array}{rrrr|r}12-2 & 6 & -6 & -2 & 4 \\133 & -9 & 9 & 1 & 0 \\14-3 & 9 & -9 & -2 & 315\end{array}\right)</me>16</answer>17</exercise>181920