01 Key Concepts
Vector Space
A set of vectors that is closed under addition and scalar multiplication, satisfying rules like associativity, commutativity, and the existence of a zero vector.
Subspace
A subset of a vector space that is itself a vector space โ it must contain the zero vector and be closed under addition and scalar multiplication.
Linear Combination
Any expression formed by scaling and adding vectors together, like 3*v1 + 2*v2 - v3.
Span
The set of every possible linear combination of a group of vectors โ essentially everything you can 'reach' using just those vectors.
Linear Independence
A set of vectors is linearly independent if no vector in the set can be written as a combination of the others (the only way to get the zero vector is if every coefficient is zero).
Basis and Dimension
A basis is a linearly independent set of vectors that spans the entire space. The dimension is the number of vectors in a basis.
02 Solved Examples
- Check if one vector is a scalar multiple of the other.
- (1,0) and (0,1) point in completely different directions; neither is a multiple of the other.
- Check if one vector is a scalar multiple of the other.
- (2,4) = 2*(1,2), so the second vector is a multiple of the first.
- A basis for 2D space needs exactly 2 linearly independent vectors, such as (1,0) and (0,1).
- The dimension equals the number of vectors in a basis.
03 Practice Questions
๐ Vector Spaces โ Downloadable Worksheet
10 questions with a full answer key. Grab the PDF to print, or try the interactive version in your browser.