Macaulay2 » Documentation
Packages » ExteriorIdeals :: isStronglyStableIdeal
next | previous | forward | backward | up | index | toc

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 variable(s)
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.