Macaulay2 » Documentation
Packages » RandomIdeals :: randomShellableIdealChain
next | previous | forward | backward | up | index | toc

randomShellableIdealChain -- Produces a chain of ideals from a random shelling

Synopsis

Description

i1 : R = ZZ/101[x_0..x_3];
i2 : L = randomShellableIdealChain(R,1)

o2 = {monomialIdeal (x , x ), monomialIdeal (x , x x ), monomialIdeal (x x ,
                      0   1                   0   1 2                   0 1 
     ------------------------------------------------------------------------
     x x , x x ), monomialIdeal (x x , x x , x x x ), monomialIdeal (x x ,
      0 2   1 2                   0 1   0 2   1 2 3                   0 2 
     ------------------------------------------------------------------------
     x x x , x x x ), monomialIdeal (x x x , x x x , x x x , x x x )}
      0 1 3   1 2 3                   0 1 2   0 1 3   0 2 3   1 2 3

o2 : List

Caveat

No claim is made on the distribution of the ideal.

See also

Ways to use randomShellableIdealChain :

For the programmer

The object randomShellableIdealChain is a method function.