ubuntu2004
<exercise checkit-seed="0002" checkit-slug="E1" checkit-title="Linear systems, vector equations, and augmented matrices">1<statement>2<p> Consider the augmented matrix </p>3<me>\left[\begin{array}{ccc|c}4-5 & -3 & 18 & -14 \\5-3 & -2 & 11 & -9 \\6-1 & 3 & 0 & 8 \\70 & -1 & 1 & -38\end{array}\right]</me>9<ol>10<li> Write a system of scalar equations corresponding to this augmented matrix. </li>11<li> Write a vector equation corresponding to this augmented matrix. </li>12</ol>13</statement>1415<answer>16<ol>17<li><me>\begin{matrix}18-5 \, x_{1} & - & 3 \, x_{2} & + & 18 \, x_{3} & = & -14 \\19-3 \, x_{1} & - & 2 \, x_{2} & + & 11 \, x_{3} & = & -9 \\20-x_{1} & + & 3 \, x_{2} & & & = & 8 \\21& - & x_{2} & + & x_{3} & = & -3 \\22\end{matrix}</me></li>23<li><me>x_{1} \left[\begin{array}{c}24-5 \\25-3 \\26-1 \\27028\end{array}\right] + x_{2} \left[\begin{array}{c}29-3 \\30-2 \\313 \\32-133\end{array}\right] + x_{3} \left[\begin{array}{c}3418 \\3511 \\360 \\37138\end{array}\right] = \left[\begin{array}{c}39-14 \\40-9 \\418 \\42-343\end{array}\right]</me></li>44</ol>45</answer>46</exercise>474849