next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Macaulay2Doc :: Set * Set

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: