ubuntu2004
<exercise checkit-seed="0000" checkit-slug="Demo3" checkit-title="Matrix Example">1<statement>2<p>Consider the following system of equations:</p>3<me>\begin{matrix}44 \, x_{1} & + & 4 \, x_{2} & + & 3 \, x_{3} & + & 18 \, x_{4} & = & -11 \\5-3 \, x_{1} & - & 3 \, x_{2} & + & x_{3} & - & 7 \, x_{4} & = & 5 \\63 \, x_{1} & + & 3 \, x_{2} & + & 3 \, x_{3} & + & 15 \, x_{4} & = & -9 \\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}124 & 4 & 3 & 18 & -11 \\13-3 & -3 & 1 & -7 & 5 \\143 & 3 & 3 & 15 & -915\end{array}\right)</me>16</answer>17</exercise>181920