Linear Combinations
Definition
A linear combination of Vectors from a Vector Space is any vector of the form:
where are scalars from the field (usually or ).
The scalars are called the coefficients of the linear combination.
Examples
In
Consider the vectors and
Then is a linear combination.
In fact, any vector in can be written as a linear combination of these vectors! (Why?)
In Polynomial Space
Consider the polynomials and in the Vector Space of polynomials.
Then is a linear combination.
Why Do We Care?
Linear combinations are fundamental to understanding:
- Spans - All possible vectors we can make from linear combinations
- Linear Independence - When vectors can't be written as combinations of each other
- Subspaces - Sets closed under linear combinations
- Bases - Minimal sets of vectors that can make everything in the space
Think of linear combinations as the "building blocks" of linear algebra. Just like you can build complex LEGO structures from simple pieces, you can construct any vector in your space using linear combinations of simpler vectors.
Exercise
Show that if and are in a vector space , then any linear combination of them is also in . (Hint: Use the Vector Space Axioms)