ubuntu2004
<exercise checkit-seed="0001" 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}4-3 \, x_{1} & - & x_{2} & + & 7 \, x_{3} & = & 4 \\5-3 \, x_{1} & - & 5 \, x_{2} & - & x_{3} & = & -4 \\64 \, x_{1} & + & 3 \, x_{2} & - & 6 \, x_{3} & = & -2 \\7-x_{1} & - & x_{2} & + & x_{3} & = & 0 \\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}18-3 & -1 & 7 & 4 \\19-3 & -5 & -1 & -4 \\204 & 3 & -6 & -2 \\21-1 & -1 & 1 & 022\end{array}\right]</me></li>23<li><me>x_{1} \left[\begin{array}{c}24-3 \\25-3 \\264 \\27-128\end{array}\right] + x_{2} \left[\begin{array}{c}29-1 \\30-5 \\313 \\32-133\end{array}\right] + x_{3} \left[\begin{array}{c}347 \\35-1 \\36-6 \\37138\end{array}\right] = \left[\begin{array}{c}394 \\40-4 \\41-2 \\42043\end{array}\right]</me></li>44</ol>45</answer>46</exercise>474849