ubuntu2004
<exercise checkit-seed="0005" 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-2 \, x_{1} & + & 6 \, x_{2} & - & 6 \, x_{3} & - & 2 \, x_{4} & = & 4 \\53 \, x_{1} & - & 9 \, x_{2} & + & 9 \, x_{3} & + & x_{4} & = & 0 \\6-3 \, x_{1} & + & 9 \, x_{2} & - & 9 \, x_{3} & - & 2 \, x_{4} & = & 3 \\7\end{matrix}</me>8<ol>9<li> Write an augmented matrix corresponding to this system. </li>10<li> Write a vector equation corresponding to this system. </li>11</ol>12</statement>1314<answer>15<ol>16<li><me>\left[\begin{array}{cccc|c}17-2 & 6 & -6 & -2 & 4 \\183 & -9 & 9 & 1 & 0 \\19-3 & 9 & -9 & -2 & 320\end{array}\right]</me></li>21<li><me>x_{1} \left[\begin{array}{c}22-2 \\233 \\24-325\end{array}\right] + x_{2} \left[\begin{array}{c}266 \\27-9 \\28929\end{array}\right] + x_{3} \left[\begin{array}{c}30-6 \\319 \\32-933\end{array}\right] + x_{4} \left[\begin{array}{c}34-2 \\351 \\36-237\end{array}\right] = \left[\begin{array}{c}384 \\390 \\40341\end{array}\right]</me></li>42</ol>43</answer>44</exercise>454647