Span
The span of a set, U, is another set, V, consisting of all the linear combinations of vectors in U. The set U is referred to as a spanning set.
Examples
- span({[10],[01]})=R2
We can create any vector in R2, say [αβ]T, using a linear combination of the spanning set X={[10]T,[10]T}.
So, X spans R2. That is:
α[10]+β[01]=[αβ]