Checking the existence of linearly dependent vectors from a set of vectors

47 Views Asked by At

Assume that we have a set of vectors with cardinality $n$ in a dimension $d$ vector space. I need to check if there exists any number of $d$ vectors in the set which is linearly dependent. Is there any more efficient way than checking the linear dependence of all possible $d$-tuple vectors?