v₁ = (1, 0, 1), v₂ = (0, 1, 1), and the test vector w = (2, 3, 5), all in R³. The span is every combination c₁v₁ + … + c₂v₂, and w is in it exactly when some coefficients c make V c = w with the vᵢ as the columns of V. So the question is whether a linear system is consistent, and row reduction answers it — after first finding how big the span is.