Macaulay2 » Documentation
Packages » Posets :: flagChains
next | previous | forward | backward | up | index | toc

flagChains -- computes the maximal chains in a list of flags of a ranked poset

Synopsis

Description

The flag chains of $P$ with respect to $L$ are exactly the maximalChains of the flagPoset of $P$ with respect to $L$.

i1 : D = divisorPoset(2^2*3*5);
i2 : rankFunction D

o2 = {0, 1, 1, 2, 1, 2, 2, 3, 2, 3, 3, 4}

o2 : List
i3 : flagChains(D, {1,2,3})

o3 = {{2, 4, 12}, {2, 6, 12}, {3, 6, 12}, {2, 4, 20}, {2, 10, 20}, {5, 10,
     ------------------------------------------------------------------------
     20}, {2, 6, 30}, {3, 6, 30}, {2, 10, 30}, {5, 10, 30}, {3, 15, 30}, {5,
     ------------------------------------------------------------------------
     15, 30}}

o3 : List

See also

Ways to use flagChains :

For the programmer

The object flagChains is a method function.