Complete Study Guide & Review Notes
Augmented Matrix: [A | b] represents the system efficiently for solving.
REF: Row Echelon Form - staircase pattern with pivots
RREF: Reduced Row Echelon Form - pivots are 1, zeros above and below
Span{v₁, v₂, ..., vₚ}: Set of all possible linear combinations
Vector Equation: x₁a₁ + x₂a₂ + ... + xₙaₙ = b
Column Interpretation: Ax is a linear combination of A's columns with weights x.
Vectors are linearly independent ⟺ matrix has pivot in every column ⟺ no free variables in Ax = 0
Examples: Rotations, reflections, projections, scaling
Every linear transformation T: ℝⁿ → ℝᵐ can be written as T(x) = Ax for a unique m×n matrix A.
Construction: Columns of A are images of standard basis vectors.
Composition: (S ∘ T)(x) = S(T(x)) corresponds to matrix multiplication.
A linear system is consistent if and only if the augmented matrix and coefficient matrix have the same number of pivot columns.
Solution types: Unique (n pivots), None (inconsistent), Infinitely many (free variables)
b ∈ Span{A} ⟺ the system Ax = b is consistent
The columns of A span ℝᵐ ⟺ every b has a solution ⟺ A has pivot in every row
Columns of A are linearly independent ⟺ Ax = 0 has only trivial solution ⟺ A has pivot in every column
Geometric meaning: Vectors don't lie in span of others
Every linear transformation from ℝⁿ to ℝᵐ is matrix multiplication by a unique m×n matrix.
Standard matrix: Columns are T(eᵢ) where eᵢ are standard basis vectors
Master row reduction first → understand vector equations → connect to matrix equations → explore solution structures → study linear independence → apply to transformations