Macaulay2 » Documentation
Packages » Macaulay2Doc :: Set * Set
next | previous | forward | backward | up | index | toc

Set * Set -- intersection of sets

Synopsis

Description

i1 : set {1,2,3} * set {2,3,4}

o1 = set {2, 3}

o1 : Set

See also

Ways to use this method: