Vector Spaces
Linear Independence
Test whether a set of vectors {v1, v2} is linearly independent by forming the matrix A = [v1 | v2] and row-reducing. The vectors are independent iff the rank equals the number of vectors (no free variable).
Example
linear independence
Vectors are linearly independent if no vector in the set can be written as a linear combination of the others. Equivalently, the only solution to c1·v1 + … + ck·vk = 0 is c1 = … = ck = 0.