next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Posets :: Poset _*

Poset _* -- returns the ground set of a poset

Synopsis

Description

This method allows easy access to ground set of a poset.

i1 : P = booleanLattice 3;
i2 : P_*

o2 = {000, 001, 010, 011, 100, 101, 110, 111}

o2 : List

See also

Ways to use this method: