ubuntu2004
<exercise checkit-seed="0004" checkit-slug="Demo3" checkit-title="Matrix Example">1<statement>2<p>Consider the following system of equations:</p>3<me>\begin{matrix}4x & & & + & 2 \, z & = & 3 \\5-2 \, x & + & y & - & 5 \, z & = & -2 \\6-3 \, x & + & y & - & 7 \, z & = & -4 \\7-2 \, x & + & y & - & 5 \, z & = & -5 \\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}131 & 0 & 2 & 3 \\14-2 & 1 & -5 & -2 \\15-3 & 1 & -7 & -4 \\16-2 & 1 & -5 & -517\end{array}\right)</me>18</answer>19</exercise>202122