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

set -- make a set

Synopsis

Description

i1 : v = {1,2,3,2,1}

o1 = {1, 2, 3, 2, 1}

o1 : List
i2 : S = set v

o2 = set {1, 2, 3}

o2 : Set
i3 : T = set(a,b,c,a,b,d)

o3 = set {a, b, c, d}

o3 : Set

See also

Ways to use set :

For the programmer

The object set is a compiled function.