Linear independence of columns of a matrix

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 15K views
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
No it can't, so the fact that there is a row of zeros doesn't matter for the columns of the matrix..
 
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.