Learn the structure of vector spaces, choose bases to describe coordinates, compute dimensions, and study linear transformations through their matrix representations and geometric actions like rotations, scalings, and shears.
Understand axioms, subspaces, span, and linear independence
Build bases and compute dimension as size of any basis
Represent with matrices relative to bases; understand composition
Interpret matrices as rotations, scalings, reflections, and shears
A set spans a space if their linear combinations cover the space; it is independent if the only solution to is all .
A basis is an independent spanning set. Each vector has unique coordinates relative to a basis; change of basis is performed by an invertible matrix.
A linear map T is determined by images of basis vectors; the matrix of T sends coordinate vectors accordingly. Composition of linear maps corresponds to matrix multiplication.
In R², basis . Find coordinates of v=(3,4).
Solve → a=3-b, b=4 → a=-1. So [v]_B = (-1,4).
Let T rotate by θ and scale by s: in standard basis, .
Determine whether is independent in R³.
Extend to a basis of R³ and find coordinates of .
Find the matrix for reflection across y=x in R² and describe its geometric effect.
Span and independence define structure; bases coordinate vectors
All bases of a finite-dimensional space have equal size
Matrices represent maps; composition ↔ multiplication
Rotations, scalings, reflections, shears are linear transformations
Directions kept by a transformation up to scaling. Useful to understand repeated applications of a map.
Matrix representation depends on chosen basis; similar matrices represent the same linear map under different coordinates.
For a target space of dimension d, find d linearly independent vectors that span the space.
No, it doesn't change the "transformation itself", but changes its matrix representation; similar matrices represent the same linear transformation.
Null space represents directions mapped to 0; column space represents all reachable output directions.