Non-square matrix and linear independence

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 26K views
torquerotates
Messages
207
Reaction score
0
Can a non square matrix have linearly independent columns? I can't take the determinant so I can't tell.
 
Physics news on Phys.org
torquerotates said:
Can a non square matrix have linearly independent columns? I can't take the determinant so I can't tell.

Yes. For instance,
[tex]\left[\begin{array}{cc} 1 & 0 \\ 0 & 1 \\ 0 & 0 \end{array}\right][/tex]
Of course it will have to have more rows than columns.
 
If, on the other hand, the matrix has more columns than rows, the columns cannot be independent. If there are say, m columns and n rows, with m> n, then the columns are n dimensional vectors and a set of m vectors of n dimensions, with m> n, cannot be independent.