A set of vectors is linearly independent if none of them can be written as a linear combination of the others, meaning no vector is redundant.
Formally, are linearly independent when the only way to satisfy is with all coefficients zero ().
If any nontrivial combination (not all zero) gives , they are linearly dependent, and one vector can be expressed in terms of the others.
| Property | Meaning | Test |
|---|---|---|
| Pairwise | Two vectors | Dependent iff one is a scalar multiple of the other |
| Zero Vector | Any set containing | Always dependent (coefficient 1 for , 0 elsewhere) |
| Dimension Limit | More than vectors in | Always dependent (too many directions) |
Testing Independence
Checking independence is a homogeneous linear system: . The vectors are independent when this system has only the trivial solution, meaning the matrix formed by the vectors as columns has full column rank (a pivot in every column).
Common pitfall: Thinking independence just means no vector is a multiple of another. That only works for two vectors! With three or more, a set can be dependent even if no vector is a multiple of any other—for instance, if the third vector is the sum of the first two.
Independence means no wasted vectors. Combined with spanning, it forms the foundation for a basis in the next lesson.