ubuntu2004
<exercise checkit-seed="0009" 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-x_{1} & & & + & 3 \, x_{3} & = & -11 \\53 \, x_{1} & + & x_{2} & - & x_{3} & = & 6 \\6-2 \, x_{1} & & & + & 5 \, x_{3} & = & -19 \\7& & & & 2 \, x_{3} & = & -6 \\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-1 & 0 & 3 & -11 \\193 & 1 & -1 & 6 \\20-2 & 0 & 5 & -19 \\210 & 0 & 2 & -622\end{array}\right]</me></li>23<li><me>x_{1} \left[\begin{array}{c}24-1 \\253 \\26-2 \\27028\end{array}\right] + x_{2} \left[\begin{array}{c}290 \\301 \\310 \\32033\end{array}\right] + x_{3} \left[\begin{array}{c}343 \\35-1 \\365 \\37238\end{array}\right] = \left[\begin{array}{c}39-11 \\406 \\41-19 \\42-643\end{array}\right]</me></li>44</ol>45</answer>46</exercise>474849