ubuntu2004
<exercise checkit-seed="0003" 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 & - & y & + & 4 \, z & = & 4 \\52 \, x & - & y & + & 4 \, z & = & 7 \\6& - & y & + & 5 \, z & = & 1 \\7& & & - & 2 \, z & = & 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}181 & -1 & 4 & 4 \\192 & -1 & 4 & 7 \\200 & -1 & 5 & 1 \\210 & 0 & -2 & 022\end{array}\right]</me></li>23<li><me>x_{1} \left[\begin{array}{c}241 \\252 \\260 \\27028\end{array}\right] + x_{2} \left[\begin{array}{c}29-1 \\30-1 \\31-1 \\32033\end{array}\right] + x_{3} \left[\begin{array}{c}344 \\354 \\365 \\37-238\end{array}\right] = \left[\begin{array}{c}394 \\407 \\411 \\42043\end{array}\right]</me></li>44</ol>45</answer>46</exercise>474849