In linear algebra, the concept of “span” is fundamental and helps us understand how sets of vectors can generate entire spaces. The span of a set of vectors is defined as the collection of all possible linear combinations of those vectors. Essentially, if you have a set of vectors, their span includes every vector that can be formed by scaling those vectors and adding them together.
For example, if you have two vectors in a two-dimensional space, the span of these vectors can cover the entire plane if the vectors are not collinear. If they are collinear, the span will only cover a line. Similarly, in three dimensions, the span of three vectors can cover the entire space if the vectors are not coplanar.
In this article, we will discuss the concept of Span in detail including definition, example, properties as well as method to calculate the span.
What is Span in Linear Algebra?In linear algebra, the span of a set of vectors is the set of all possible linear combinations of those vectors. The span of a set of vectors can be thought of as the “space” that the vectors occupy. For example:
- If the vectors are in two-dimensional space and they are not collinear (not multiples of each other), their span is the entire plane.
- If they are collinear, their span is just a line.
- In three-dimensional space, if three vectors are not coplanar (do not lie in the same plane), their span is the entire space. If they are coplanar, the span is a plane.
Definition of SpanIf you have a set of vectors , their span is the collection of vectors that can be expressed in the form:

Where c1, c2, . . . ,cn are scalars (real numbers). Essentially, the span of these vectors is the set of all vectors that can be formed by scaling and adding the original vectors.
Examples of SpanSome examples to illustrate the concept of span:
Example 1: Span of Two Vectors in 
Consider two vectors 
The span of is the set of all vectors that can be written as:

This can be written as:

Since are not collinear (they are not multiples of each other), they span the entire plane.
Example 2: Span of Three Vectors in 
Consider three vectors .
The span of is the set of all vectors that can be written as:

This can be written as:

Since are linearly independent, they span the entire space.
Properties of SpanSome of the properties of span are:
- Closed Under Addition and Scalar Multiplication:
- Any linear combination of vectors in the span of a set is also in the span. If u and v are in span{v1, v2, . . . ,vn}, then c1u + c2v is also in the span for any scalars c1 and c2.
- Smallest Subspace Containing the Set:
- The span of a set of vectors is the smallest subspace that contains all the vectors in the set. Any subspace that contains the set must also contain the span of the set.
- Redundancy and Basis:
- If a vector in the set can be written as a linear combination of the other vectors, it is redundant and can be removed without changing the span. The remaining set is still a spanning set. A basis is a spanning set with no redundant vectors (i.e., the vectors are linearly independent).
- Dimensionality:
- The dimension of the span of a set of vectors is the maximum number of linearly independent vectors in the set. This is also the number of vectors in the basis for the span.
- Intersection with Other Subspaces:
- The intersection of the span of two sets of vectors is the set of all vectors that can be expressed as linear combinations of both sets. This forms a subspace itself.
Spanning SetA set of vectors spans a space if every vector in that space can be written as a linear combination of the vectors in the set. If span{v1, v2, . . .,vn} = V is a spanning set for V.
Minimal Spanning SetA minimal spanning set, also known as a basis, is a set of vectors in a vector space that spans the entire space and is linearly independent.
Example: Find the basis of vector made from column of matrix 
Solution:
Form the Matrix: 
Row Reduce the Matrix:

The matrix is now in reduced row echelon form, indicating that both columns are pivot columns.
Thus, basis of the given vector are and .
ConclusionThe span of vectors in linear algebra is a foundational concept with numerous applications across different fields, including solving systems of linear equations, computer graphics, engineering, physics, data science, signal processing, and control theory. By understanding the span, one can gain insights into the structure and behavior of complex systems, leading to more effective solutions and innovations in various domains.
Read More,
FAQs on Span in Linear AlgebraWhat is the span of a set of vectors?The span of a set of vectors is the set of all possible linear combinations of those vectors. Formally, it can be written as: Span{v1, v2, . . . , vn} = {c1v1 + c2v2+ . . . + cnvn∣ c1, c2, . . , cn ∈R}. This set forms a subspace of the vector space that contains the vectors.
How do you determine if a vector is in the span of a set of vectors?To determine if a vector w is in the span of a set of vectors {v1, v2, . . ., vn}, you need to check if there exist scalars c1, c2, . . , cn such that: w = c1v1 + c2v2+ . . . + cnvn. This can be done by setting up and solving a system of linear equations, or equivalently, by checking if the augmented matrix formed by the vectors and w can be row-reduced to a consistent system.
What is the difference between span and linear independence?- Span: The span of a set of vectors is the collection of all possible linear combinations of those vectors. It describes the subspace that the vectors cover.
- Linear Independence: A set of vectors is linearly independent if none of the vectors can be written as a linear combination of the others. Linear independence ensures that the vectors do not redundantly span the space.
- If a set of vectors spans a space but is not linearly independent, it contains more vectors than necessary to span the space.
What is a basis of a vector space?A basis of a vector space V is a set of linearly independent vectors that span V. This means every vector in V can be written uniquely as a linear combination of the basis vectors. The number of vectors in the basis is the dimension of the vector space.
The dimension of a vector space is the number of vectors in a basis for that space. Since a basis is a minimal spanning set of linearly independent vectors, the span of a basis covers the entire vector space. Thus, the dimension tells us how many vectors are needed to span the space without redundancy.
Can the span of a set of vectors be the entire vector space?Yes, the span of a set of vectors can be the entire vector space if the set is a basis for the space. For example, in R3, the set of vectors {[1, 0, 0]T, [0, 1, 0]T, [0, 0, 1]T} spans the entire space because these vectors form a basis for R3.
What is the span of the zero vector?The span of the zero vector 0 is just the set containing the zero vector itself.
|