Section C.1 foo
Example C.1.1. LE1.
Consider the scalar system of equations
\begin{alignat*}{5}
3x_1 &\,+\,& 2x_2 &\,\,& &\,+\,&x_4 &= 1 \\
-x_1 &\,-\,& 4x_2 &\,+\,&x_3&\,-\,&7x_4 &= 0 \\
&\,\,& x_2 &\,-\,&x_3 &\,\,& &= -2
\end{alignat*}
Rewrite this system as a vector equation.
Write an augmented matrix corresponding to this system.
Solution.
- \begin{equation*} x_1\left[\begin{array}{c} 3 \\ -1 \\ 0 \end{array}{}\right] + x_2 \left[\begin{array}{c}2 \\ -4 \\ 1 \end{array}{}\right]+ x_3 \left[\begin{array}{c} 1 \\ 1 \\ -1 \end{array}{}\right] + x_4 \left[\begin{array}{c} 1 \\ -7 \\ 0 \end{array}{}\right] = \left[\begin{array}{c} 1 \\ 0 \\ -2 \end{array}{}\right] \end{equation*}
- \begin{equation*} \left[\begin{array}{cccc|c} 3 & 2 & 0 & 1 & 1 \\ -1 & -4 & 1 & -7 & 0 \\ 0 & 1 & -1 & 0 & -2 \end{array}\right] \end{equation*}