(subsets,Set)

subsets s -- yields a list of the subsets of the set s.

i1 : subsets set {a,b,c}

o1 = Set {{a}, {b}, {c}, {a, b}, {c, a}, {c, b}, {}, {c, a, b}}

o1 : Set

See also subsets.


topindexpreviousupnext