ubuntu2004
<exercise checkit-seed="0007" checkit-slug="E1" checkit-title="Linear systems, vector equations, and augmented matrices">1<statement>2<p>Consider the vector equation.</p>3<me>x_{1} \left[\begin{array}{c}41 \\51 \\6-1 \\728\end{array}\right] + x_{2} \left[\begin{array}{c}9-1 \\100 \\11-3 \\12-113\end{array}\right] + x_{3} \left[\begin{array}{c}144 \\153 \\161 \\17318\end{array}\right] = \left[\begin{array}{c}197 \\207 \\21-5 \\22623\end{array}\right]</me>24<ol>25<li> Write a system of scalar equations corresponding to this vector equation. </li>26<li> Write an augmented matrix corresponding to this vector equation. </li>27</ol>28</statement>2930<answer>31<ol>32<li><me>\begin{matrix}33x & - & y & + & 4 \, z & = & 7 \\34x & & & + & 3 \, z & = & 7 \\35-x & - & 3 \, y & + & z & = & -5 \\362 \, x & - & y & + & 3 \, z & = & 6 \\37\end{matrix}</me></li>38<li><me>\left[\begin{array}{ccc|c}391 & -1 & 4 & 7 \\401 & 0 & 3 & 7 \\41-1 & -3 & 1 & -5 \\422 & -1 & 3 & 643\end{array}\right]</me></li>44</ol>45</answer>46</exercise>474849