Algorithm to find all minimal dependent subsets in a finite set of vectors.

35 Views Asked by At

Is there a fast algorithm to find all minimal dependent subsets in a finite set of vectors? One slow algorithm is to check each subset of the given set and to see if it is minimal dependent. I would like to know a fast algorithm. Thank you very much.