Systems of Linear Equations -- Linear Algebra
Row operations do NOT change the solution set. Row-equivalent matrices have the same solutions.
Solve by back-substitution.
Read solutions directly. Unique.
Consistent + every variable column is a pivot column. No free variables.
Consistent + at least one free variable. Free vars = unknowns - pivots.
p = particular solution (free vars = 0). v_i = direction vector (set i-th free var to 1, others to 0).
x = 0 always works.
Exist when #unknowns > #pivots (guaranteed if #unknowns > #equations).
1. Forward eliminate (create zeros below pivots, left to right) → REF.
2. Scale pivots to 1.
3. Back-eliminate (create zeros above pivots, right to left) → RREF.
4. Read solution or write parametric form.