Preview Activity 4.6.1.
Let’s consider the following matrix \(A\) and its reduced row echelon form.
\begin{equation*}
A = \left[\begin{array}{rrrr}
2 \amp -1 \amp 2 \amp 3 \\
1 \amp 0 \amp 0 \amp 2 \\
-2 \amp 2 \amp -4 \amp -2 \\
\end{array}\right]
\sim
\left[\begin{array}{rrrr}
1 \amp 0 \amp 0 \amp 2 \\
0 \amp 1 \amp -2 \amp 1 \\
0 \amp 0 \amp 0 \amp 0 \\
\end{array}\right]\text{.}
\end{equation*}
- Are the columns of \(A\) linearly independent? Is the span of the columns \(\real^3\text{?}\)
- Give a parametric description of the solution space to the homogeneous equation \(A\xvec = \zerovec\text{.}\)
- Explain how this parametric description produces two vectors \(\wvec_1\) and \(\wvec_2\) whose span is the solution space to the equation \(A\xvec = \zerovec\text{.}\)
- What can you say about the linear independence of the set of vectors \(\wvec_1\) and \(\wvec_2\text{?}\)
- Let’s denote the columns of \(A\) as \(\vvec_1\text{,}\) \(\vvec_2\text{,}\) \(\vvec_3\text{,}\) and \(\vvec_4\text{.}\) Explain why \(\vvec_3\) and \(\vvec_4\) can be written as linear combinations of \(\vvec_1\) and \(\vvec_2\text{.}\)
- Explain why \(\vvec_1\) and \(\vvec_2\) are linearly independent and \(\laspan{\vvec_1,\vvec_2} = \laspan{\vvec_1, \vvec_2, \vvec_3, \vvec_4}\text{.}\)
Solution.
- The columns of \(A\) are not linearly independent since there is not a pivot position in every column. Also, the span of the columns is not \(\real^3\) because there is not a pivot position in every row.
- From the reduced row echelon form, we see that the homogeneous equation leads to the equations\begin{equation*} \begin{alignedat}{5} x_1 \amp \amp \amp \amp \amp {}+{} \amp 2x_4 \amp {}={} \amp 0 \\ \amp \amp x_2 \amp {}-{} \amp 2x_3 \amp {}+{} \amp x_4 \amp {}={} \amp 0 \\ \end{alignedat}\text{,} \end{equation*}which leads to the parametric description\begin{equation*} \xvec=\fourvec{x_1}{x_2}{x_3}{x_4} = \fourvec{-2x_4}{2x_3-x_4}{x_3}{x_4} = x_3\fourvec{0}{2}{1}{0} + x_4\fourvec{2}{-1}{0}{1}\text{.} \end{equation*}
- We see that every vector in the solution space is a linear combination of the vectors \(\wvec_1=\fourvec{0}{2}{1}{0}\) and \(\wvec_2 = \fourvec{2}{-1}{0}{1}\text{.}\)
- This pair of vectors is linearly independent because one is not a scalar multiple of the other.
- From the reduced row echelon form of \(A\text{,}\) we see that \(\vvec_3 = -2\vvec_2\) and \(\vvec_4=2\vvec_1+\vvec_2\text{.}\)
- We see that \(\vvec_1\) and \(\vvec_2\) are linearly independent from the reduced row echelon form of \(A\text{.}\) Moreover, we know that \(\vvec_3\) and \(\vvec_4\) can be written as linear combinations of \(\vvec_1\) and \(\vvec_2\text{.}\) Therefore, any linear combination of \(\vvec_1\text{,}\) \(\vvec_2\text{,}\) \(\vvec_3\text{,}\) and \(\vvec_4\) can be written as a linear combination of \(\vvec_1\) and \(\vvec_2\) alone.