next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
::
Set * Set
Set * Set -- intersection of sets
Synopsis
Operator:
*
Usage:
x * y
Inputs:
x
,
a
set
y
,
a
set
Outputs:
a
set
, the intersection of
x
and
y
Description
i1 : set {1,2,3} * set {2,3,4} o1 = set {2, 3} o1 : Set
See also
Set
-- the class of all sets
Ways to use this method:
Set * Set
-- intersection of sets