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