Macaulay2 » Documentation
Packages » RandomMonomialIdeals :: borelFixedStats
next | previous | forward | backward | up | index | toc

borelFixedStats -- fraction of Borel-fixed monomial ideals in the given list

Synopsis

Description

The function computes the fraction of Borel-fixed ideals in the list of monomial ideals.

i1 : R=ZZ/101[a,b,c];
i2 : ideals = {monomialIdeal"a3", monomialIdeal"a3,b,ac"}

                     3                  3
o2 = {monomialIdeal a , monomialIdeal (a , b, a*c)}

o2 : List
i3 : borelFixedStats(ideals)

     1
o3 = -
     2

o3 : QQ

Ways to use borelFixedStats :

For the programmer

The object borelFixedStats is a method function with options.