ubuntu2004
<exercise checkit-seed="0006" checkit-slug="E1" checkit-title="Linear systems, vector equations, and augmented matrices">1<statement>2<p> Consider the system of equations</p>3<me>\begin{matrix}4x_{1} & + & 3 \, x_{2} & - & 2 \, x_{3} & = & 3 \\5-x_{1} & - & 3 \, x_{2} & + & 3 \, x_{3} & = & -2 \\6& & & - & 5 \, x_{3} & = & -4 \\7-x_{1} & - & 3 \, x_{2} & + & x_{3} & = & -3 \\8\end{matrix}</me>9<ol>10<li> Write an augmented matrix corresponding to this system. </li>11<li> Write a vector equation corresponding to this system. </li>12</ol>13</statement>1415<answer>16<ol>17<li><me>\left[\begin{array}{ccc|c}181 & 3 & -2 & 3 \\19-1 & -3 & 3 & -2 \\200 & 0 & -5 & -4 \\21-1 & -3 & 1 & -322\end{array}\right]</me></li>23<li><me>x_{1} \left[\begin{array}{c}241 \\25-1 \\260 \\27-128\end{array}\right] + x_{2} \left[\begin{array}{c}293 \\30-3 \\310 \\32-333\end{array}\right] + x_{3} \left[\begin{array}{c}34-2 \\353 \\36-5 \\37138\end{array}\right] = \left[\begin{array}{c}393 \\40-2 \\41-4 \\42-343\end{array}\right]</me></li>44</ol>45</answer>46</exercise>474849