Macaulay2 » Documentation
Packages » SimplicialPosets :: isSimplicial
next | previous | forward | backward | up | index | toc

isSimplicial -- Determine if a poset is simplicial.

Synopsis

Description

This method uses the isBoolean method to check that every closed interval of P is a boolean algebra.

i1 : P = booleanLattice(3);
i2 : isSimplicial(P)

o2 = true

Ways to use isSimplicial :

For the programmer

The object isSimplicial is a method function.