ubuntu2004
<exercise checkit-seed="0008" 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}4-4 \\55 \\6-4 \\728\end{array}\right] + x_{2} \left[\begin{array}{c}9-4 \\105 \\11-4 \\12213\end{array}\right] + x_{3} \left[\begin{array}{c}14-1 \\151 \\162 \\17418\end{array}\right] = \left[\begin{array}{c}19-5 \\207 \\21-14 \\22-823\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}33-4 \, x_{1} & - & 4 \, x_{2} & - & x_{3} & = & -5 \\345 \, x_{1} & + & 5 \, x_{2} & + & x_{3} & = & 7 \\35-4 \, x_{1} & - & 4 \, x_{2} & + & 2 \, x_{3} & = & -14 \\362 \, x_{1} & + & 2 \, x_{2} & + & 4 \, x_{3} & = & -8 \\37\end{matrix}</me></li>38<li><me>\left[\begin{array}{ccc|c}39-4 & -4 & -1 & -5 \\405 & 5 & 1 & 7 \\41-4 & -4 & 2 & -14 \\422 & 2 & 4 & -843\end{array}\right]</me></li>44</ol>45</answer>46</exercise>474849