Basis
Definition
A basis for a Vector Space is a set of vectors that is:
- Linearly Independent
- Spans / A Generating Set for the entire space
In other words, a basis is a minimal set of vectors that can generate the entire space through Linear Combinations.
Standard Bases
In
The standard basis consists of vectors with a 1 in one position and 0s elsewhere:
For :
In Polynomial Space
For polynomials of degree ≤ n:
Properties
- Every vector in the space has a unique representation as a linear combination of basis vectors
- All bases of a finite-dimensional vector space have the same size (called the Dimension)
- Any linearly independent set can be extended to a basis
- Any spanning set contains a basis
Why Do We Care?
Bases are fundamental because they:
- Give us coordinate systems
- Help define dimension
- Allow efficient representation of vectors
- Simplify computations in the space
Think of a basis as a "coordinate system" for your vector space - it gives you a standard way to describe any vector in terms of simpler pieces.
Exercise
Show that if is a basis for a vector space , then any vector can be written uniquely as for some scalars .