Linear independence of columns of a matrix

AI Thread Summary
The discussion centers on determining the linear independence of the columns of a given matrix, particularly in light of a row of zeros. It is noted that the presence of a zero row indicates that the dimension of the space spanned by the column vectors is less than the number of columns. However, the specific set of vectors presented does not include the zero vector, allowing for the possibility of linear independence despite the zero row. The conclusion drawn is that while a row of zeros can signal dependence in some cases, it does not automatically determine the independence of the columns in this scenario. Ultimately, the analysis confirms that the columns of the matrix can be considered linearly independent.
TrippingBilly
Messages
27
Reaction score
0

Homework Statement


Are the columns of this matrix linearly independent?
1...3...-2
0...-8...11
0...0...1
0... 0... 0
(periods are just to make spacing clear)

The Attempt at a Solution


What is confusing me is the last row of zeros. If a set of vectors contains the zero vector, it is linearly dependent..but would this affect the linear independence of the columns of the matrix? If you augment the matrix with the zero vector, then the third row says that the only solution is the trivial one, which means that the columns of the matrix are linearly independent.
 
Physics news on Phys.org
If the columns are linearly dependent, then the third column can be made by adding multiples of the first and second columns together. Can this be done?
 
No it can't, so the fact that there is a row of zeros doesn't matter for the columns of the matrix..
 
Well no, because you're not looking at the rows here. To put the question another way, is the set of vectors {(1 0 0 0), (3 -8 0 0), (-2 11 1 0)} linearly independent?
 
A row of zeros is significant because it immediately tells us that the dimension of the space spanned by the column vectors must be less than the number of columns (i.e. the number of components of the vectors). In this case however, that only means that the space spanned by the vectors is at most three-dimensional, but you knew that already since there are only three vectors in this problem.

In other problems, a row of zeros may immediately give away the answer. For example: Are (a b 0), (c d 0) and (e f 0) linearly independent? No, they must be linearly dependent because there are three of them and they're all in the x-y plane, which is two-dimensional.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top