| Is b in Span{v₁, …, vₖ}? |
augmented matrix [A | b] with the vᵢ as columns of A |
no contradiction row [0 ⋯ 0 | d ≠ 0] appears |
b is a linear combination of the vᵢ; the solution gives the coefficients |
| Does {v₁, …, vₖ} span ℝⁿ? |
n × k matrix A with the vᵢ as columns |
every row of the echelon form contains a pivot |
every vector in ℝⁿ is in the span (no unreachable directions) |
| Which vᵢ are redundant? |
n × k matrix A with the vᵢ as columns |
identify non-pivot columns of the echelon form |
the non-pivot vᵢ lie in the span of the pivot ones; removing them leaves a basis |
| Is {v₁, …, vₙ} a basis of ℝⁿ? |
square n × n matrix A with the vᵢ as columns (k = n) |
every row and every column has a pivot (equivalently, det A ≠ 0) |
the set spans ℝⁿ with no redundancy — minimal spanning set |