ubuntu2004
<exercise checkit-seed="0002" checkit-slug="Demo3" checkit-title="Matrix Example">1<statement>2<p>Consider the following system of equations:</p>3<me>\begin{matrix}4-5 \, x_{1} & - & 3 \, x_{2} & + & 18 \, x_{3} & = & -14 \\5-3 \, x_{1} & - & 2 \, x_{2} & + & 11 \, x_{3} & = & -9 \\6-x_{1} & + & 3 \, x_{2} & & & = & 8 \\7& - & x_{2} & + & x_{3} & = & -3 \\8\end{matrix}</me>9<p>Write an augmented matrix corresponding to this system.</p>10</statement>11<answer>12<me>\left(\begin{array}{rrr|r}13-5 & -3 & 18 & -14 \\14-3 & -2 & 11 & -9 \\15-1 & 3 & 0 & 8 \\160 & -1 & 1 & -317\end{array}\right)</me>18</answer>19</exercise>202122