ubuntu2004
<exercise checkit-seed="0004" 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}41 & 0 & 2 & 3 \\5-2 & 1 & -5 & -2 \\6-3 & 1 & -7 & -4 \\7-2 & 1 & -5 & -58\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}18x & & & + & 2 \, z & = & 3 \\19-2 \, x & + & y & - & 5 \, z & = & -2 \\20-3 \, x & + & y & - & 7 \, z & = & -4 \\21-2 \, x & + & y & - & 5 \, z & = & -5 \\22\end{matrix}</me></li>23<li><me>x_{1} \left[\begin{array}{c}241 \\25-2 \\26-3 \\27-228\end{array}\right] + x_{2} \left[\begin{array}{c}290 \\301 \\311 \\32133\end{array}\right] + x_{3} \left[\begin{array}{c}342 \\35-5 \\36-7 \\37-538\end{array}\right] = \left[\begin{array}{c}393 \\40-2 \\41-4 \\42-543\end{array}\right]</me></li>44</ol>45</answer>46</exercise>474849