Deletion - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Matroids

  

Deletion

  

construct the matroid obtained by deletion

 

Calling Sequence

Parameters

Description

Examples

References

Calling Sequence

Deletion(M,S)

Parameters

M

-

Matroid

S

-

set

Description

• 

Given a matroid M and a subset S of its ground set E, the deletion MS of S from M is a matroid whose ground set is ES. The independent sets of MS may be obtained by removing all elements of S from every independent set of M.

Examples

withMatroids:

AMatrix1,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

A111000000111100100010010001002

(1)

MMatroidA

Mthⅇ lⅈnⅇar matroⅈⅆ whosⅇ grounⅆ sⅇt ⅈs thⅇ sⅇt of column vⅇctors of thⅇ matrⅈx:111000000111100100010010001002

(2)

IndependentSetsM

,1,2,3,4,5,6,1,2,1,3,2,3,1,4,2,4,3,4,1,5,2,5,3,5,4,5,1,6,2,6,3,6,4,6,5,6,1,2,3,1,2,4,1,3,4,2,3,4,1,2,5,1,3,5,2,3,5,1,4,5,2,4,5,3,4,5,1,2,6,1,3,6,2,3,6,1,4,6,2,4,6,3,4,6,1,5,6,2,5,6,3,5,6,4,5,6,1,2,3,4,1,2,3,5,1,3,4,5,2,3,4,5,1,2,3,6,1,2,4,6,1,3,4,6,2,3,4,6,1,2,5,6,1,3,5,6,2,3,5,6,1,4,5,6,2,4,5,6,3,4,5,6,1,2,3,4,6,1,2,3,5,6,1,3,4,5,6,2,3,4,5,6

(3)

M2DeletionM,1,2

M2a matroⅈⅆ on 4 ⅇlⅇmⅇnts wⅈth 0 cⅈrcuⅈts

(4)

IndependentSetsM2

,3,4,5,6,3,4,3,5,4,5,3,6,4,6,5,6,3,4,5,3,4,6,3,5,6,4,5,6,3,4,5,6

(5)

References

  

James G. Oxley. Matroid Theory (Oxford Graduate Texts in Mathematics). New York: Oxford University Press. 2006.

See Also

Matroids[Contraction]