next | previous | forward | backward | up | top | index | toc | Macaulay2 website
ExteriorIdeals :: isStronglyStableIdeal

isStronglyStableIdeal -- whether a monomial ideal in an exterior algebra is strongly stable

Synopsis

Description

Examples:

i1 : E=QQ[e_1..e_4,SkewCommutative=>true]

o1 = E

o1 : PolynomialRing, 4 skew commutative variables
i2 : isStronglyStableIdeal ideal {e_2*e_3}

o2 = false
i3 : isStronglyStableIdeal ideal {e_1*e_2,e_1*e_3,e_2*e_3}

o3 = true

See also

Ways to use isStronglyStableIdeal :

For the programmer

The object isStronglyStableIdeal is a method function.