| Set contains 0 |
inspection (no computation) |
is the zero vector in the set? |
dependent — 1·0 = 0 is a nontrivial relation |
| Single nonzero vector |
inspection (no computation) |
is v ≠ 0? |
independent — cv = 0 forces c = 0 |
| More than n vectors in ℝⁿ |
inspection (no computation) |
count exceeds dimension? |
dependent — no independent set in ℝⁿ exceeds n |
| k vectors in ℝᵐ (general) |
row-reduce the m × k matrix A = [v₁ ⋯ vₖ] |
does every column contain a pivot? |
independent iff yes (no free variables in Ac = 0) |
| n vectors in ℝⁿ (square case) |
determinant of the n × n matrix A |
is det A ≠ 0? |
independent iff yes (equivalent to A invertible) |
| n differentiable functions |
Wronskian determinant W(x) |
is W(x₀) ≠ 0 at some single point x₀? |
if yes, independent; if W ≡ 0, no conclusion in general (only when the functions solve a common linear ODE) |
| Vectors in an abstract space |
apply the definition directly |
does c₁v₁ + ⋯ + cₖvₖ = 0 force every cᵢ = 0? |
independent iff yes; use the algebraic structure of the space (polynomial coefficients, matrix entries, etc.) to reduce to scalar equations |