Macaulay2 » Documentation
Packages » Posets :: Poset _*
next | previous | forward | backward | up | index | toc

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: