Macaulay2 » Documentation
Packages » StronglyStableIdeals :: MaxRegularity
next | previous | forward | backward | up | index | toc

MaxRegularity -- Option to set the maximum regularity

Description

This option can be used to give an upper bound to the regularity of the strongly stable ideals.

The default is null (i.e. no bound).

i1 : QQ[t];
i2 : stronglyStableIdeals(4*t, 4, MaxRegularity=>4)

                    2     2   4                 2   3
o2 = {ideal (x x , x , x x , x ), ideal (x x , x , x )}
              0 1   0   0 2   1           0 1   0   1

o2 : List

Functions with optional argument named MaxRegularity :

For the programmer

The object MaxRegularity is a symbol.