next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
CoincidentRootLoci :: isSubset(CoincidentRootLocus,CoincidentRootLocus)

isSubset(CoincidentRootLocus,CoincidentRootLocus) -- whether one object is a subset of another

Synopsis

Description

i1 : X = coincidentRootLocus {6,4}

o1 = CRL(6,4)

o1 : CoincidentRootLocus
i2 : Y = coincidentRootLocus {5,2,2,1}

o2 = CRL(5,2,2,1)

o2 : CoincidentRootLocus
i3 : time isSubset(X,Y)
     -- used 0.000283455 seconds

o3 = true
i4 : X' = coincidentRootLocus {6,3,1}

o4 = CRL(6,3,1)

o4 : CoincidentRootLocus
i5 : time isSubset(X',Y)
     -- used 0.000279286 seconds

o5 = false

See also