Matroids
DependentSets
return the dependent sets of a matroid
Calling Sequence
Parameters
Description
Examples
References
DependentSets(M)
M
-
Matroid
Given a matroid, the function DependentSets returns the dependent sets of that matroid.
If the dependent sets of this matroid haven't been computed before, they are computed by this command and stored for any future computations that use the dependent sets.
with⁡Matroids:
Find the sets of indices whose corresponding columns in a matrix are linearly dependent.
A≔Matrix⁡1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,2
A≔111000000111100100010010001002
M≔Matroid⁡A
M≔thⅇ lⅈnⅇar matroⅈⅆ whosⅇ grounⅆ sⅇt ⅈs thⅇ sⅇt of column vⅇctors of thⅇ matrⅈx:111000000111100100010010001002
DependentSets⁡M
1,2,4,5,1,2,3,4,5,1,2,4,5,6,1,2,3,4,5,6
James G. Oxley. Matroid Theory (Oxford Graduate Texts in Mathematics). New York: Oxford University Press. 2006.
See Also
Matroids[Matroid]
Download Help Document