Matroids
Bases
return the bases of a matroid
Calling Sequence
Parameters
Description
Examples
References
Bases(M)
M
-
Matroid
The bases of a matroid are its maximal independent sets. Given a matroid, the function Bases returns the bases of that matroid as a list of sets.
If the bases of this matroid haven't been computed before, they are computed by this command and stored for any future computations that use the bases.
Find the sets of indices whose corresponding columns form a basis for the column space of a matrix.
Find the sets of edges which form spanning trees of a graph.
James G. Oxley. Matroid Theory (Oxford Graduate Texts in Mathematics). New York: Oxford University Press. 2006.
See Also
Matroids[Matroid]
Matroids[IndependentSets]
Download Help Document