1. Basis of a Vector Space
A basis of a vector space is a set of vectors that satisfy two key properties:
- Linearly Independent: No vector in the set can be written as a linear combination of the others.
- Spans the Space: Every vector in the vector space can be expressed as a linear combination of the basis vectors.
Intuition:
- Think of the basis as the “building blocks” or “coordinates” of the vector space.
- For example, in
, the standard basis is:
Any vectorcan be written as:
whereare scalars.
Properties:
- A vector space can have infinitely many bases, but all bases have the same number of vectors.
- The number of vectors in any basis of a vector space is called the dimension of the vector space.
2. Dimension of a Vector Space
The dimension of a vector space is the number of vectors in a basis for the space.
Examples:
: Dimension is 2 (standard basis is
).
: Dimension is 3 (standard basis is
).
- The space of polynomials of degree
has dimension
(basis:
).
Infinite-Dimensional Spaces:
Some vector spaces, such as the space of all continuous functions, have infinitely many basis vectors and are considered infinite-dimensional.