Everything You Can Reach
A linear combination of vectors is any expression with scalar coefficients . It is the most basic way to build new vectors from old ones — adding scaled copies. The collection of all linear combinations of a given set is its span, written — the entire region those vectors can reach.
The span is always a subspace (it contains , taking all , and is closed under the operations). It is, in fact, the smallest subspace containing the given vectors. Geometrically:
- The span of a single nonzero vector is the line through it.
- The span of two non-parallel vectors in the plane is the whole plane.
- The span of two parallel vectors is just a line (the second adds nothing new).
A set of vectors is a spanning set for a space if of the set is all of — every vector in is some linear combination of them. For example, and span : any .
Determining whether a vector is in the span of others is exactly solving a linear system: is a system in the unknowns , which has a solution precisely when lies in the span. This ties spanning directly to the Gaussian-elimination machinery of Unit 3.
Common pitfall: assuming that more vectors always span more. Adding a vector that is already a linear combination of the others does not enlarge the span — two parallel vectors span only a line, not a plane. What grows the span is a vector pointing in a genuinely new direction (one not already reachable). Redundant vectors expand the list without expanding the reach.