Vector Spaces
Basis Check
Determine whether a set of k vectors forms a basis for R^n. The vectors form a basis iff they are linearly independent (rank = k) AND k = n. When rank < k the vectors are dependent and cannot span R^n.
Example
basis
A basis for R^n is a set of n linearly independent vectors that spans R^n. Given k candidate vectors, row-reduce the matrix A = [v1 | … | vk]: if the rank equals n and k equals n, the set is a basis.