Activity 7.2.1.
We would like to develop a means to detect when a set of vectors is linearly dependent. This activity will point the way.
- Suppose we have five vectors in \(\real^4\) that form the columns of a matrix having reduced row echelon form\begin{equation*} \left[\begin{array}{rrrrr} \vvec_1 \amp \vvec_2 \amp \vvec_3 \amp \vvec_4 \amp \vvec_5 \end{array}\right] \sim \left[\begin{array}{rrrrr} 1 \amp 0 \amp -1 \amp 0 \amp 2 \\ 0 \amp 1 \amp 2 \amp 0 \amp 3 \\ 0 \amp 0 \amp 0 \amp 1 \amp -1 \\ 0 \amp 0 \amp 0 \amp 0 \amp 0 \\ \end{array}\right]\text{.} \end{equation*}Is it possible to write one of the vectors \(\vvec_1,\vvec_2,\ldots,\vvec_5\) as a linear combination of the others? If so, show explicitly how one vector appears as a linear combination of some of the other vectors. Is this set of vectors linearly dependent or independent?
- Suppose we have another set of three vectors in \(\real^4\) that form the columns of a matrix having reduced row echelon form\begin{equation*} \left[\begin{array}{rrr} \wvec_1 \amp \wvec_2 \amp \wvec_3 \\ \end{array}\right] \sim \left[\begin{array}{rrr} 1 \amp 0 \amp 0 \\ 0 \amp 1 \amp 0 \\ 0 \amp 0 \amp 1 \\ 0 \amp 0 \amp 0 \\ \end{array}\right]\text{.} \end{equation*}Is it possible to write one of these vectors \(\wvec_1\text{,}\) \(\wvec_2\text{,}\) \(\wvec_3\) as a linear combination of the others? If so, show explicitly how one vector appears as a linear combination of some of the other vectors. Is this set of vectors linearly dependent or independent?
- By looking at the pivot positions, how can you determine whether the columns of a matrix are linearly dependent or independent?
- If one vector in a set is the zero vector \(\zerovec\text{,}\) can the set of vectors be linearly independent?
- Suppose a set of vectors in \(\real^{10}\) has twelve vectors. Is it possible for this set to be linearly independent?
Solution.
- Let’s focus on the first three vectors and view the matrix as an augmented one:\begin{equation*} \left[\begin{array}{rr|r} \vvec_1 \amp \vvec_2 \amp \vvec_3 \end{array}\right] \sim \left[\begin{array}{rr|r} 1 \amp 0 \amp -1 \\ 0 \amp 1 \amp 2 \\ 0 \amp 0 \amp 0 \\ 0 \amp 0 \amp 0 \\ \end{array}\right]\text{.} \end{equation*}This shows that \(\vvec_3=-\vvec_1+2\vvec_2\) so it is possible to write one of the vectors as a linear combination of the others. Therefore, the set is linearly dependent.
- Applying the same reasoning as in the previous part, we see that we cannot write any of the vectors as a linear combination of the others. Therefore, the set is linearly independent.
- The columns of a matrix are linearly independent exactly when there is a pivot position in every column of the matrix.
- No, because we can write the zero vector \(\zerovec\) as a linear combination of the other vectors: \(\zerovec = 0\vvec_2 + \ldots + 0\vvec_n\text{.}\)
- No, because the matrix formed by the vectors would have 12 columns and only 10 rows. There can at most be 10 pivot positions so there are at least two columns without pivot positions.
