Macaulay2 » Documentation
Packages » Macaulay2Doc :: intersection(Set,Set)
next | previous | forward | backward | up | index | toc

intersection(Set,Set) -- set intersection

Synopsis

Description

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

o1 = set {2, 3}

o1 : Set
i2 : intersect(set{1,2,3}, set{2,3,4}, set{2,4,6})

o2 = set {2}

o2 : Set

See also

Ways to use this method: