Vector Spans
Definition
The span of vectors from a Vector Space is the set of all possible Linear Combinations of these vectors.
Formally:
where is our scalar field (usually or ).
Examples
In
Consider
Then is the x-axis - all vectors of the form where .
In Polynomial Space
Consider
Then consists of all polynomials of the form where .
Properties
- The span is always a Subspace
- The span is the smallest subspace containing the vectors
- If is in the span of some vectors, adding to those vectors doesn't change the span
Why Do We Care?
Spans help us understand:
- How to generate subspaces
- Which vectors we can "reach" from our starting vectors
- How many vectors we need to describe a space (Dimension)
- Whether vectors are Linearly Dependent
Think of span as the "reach" of your vectors - it tells you all possible destinations you can get to using only linear combinations as your means of travel.
Exercise
Show that if and only if is a scalar multiple of .