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

stableIdeal -- compute the smallest stable ideal in an exterior algebra containing a given monomial ideal

Synopsis

Description

Example:

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

o1 = E

o1 : PolynomialRing, 4 skew commutative variable(s)
i2 : stableIdeal ideal {e_2*e_3}

o2 = ideal (e e , e e )
             1 2   2 3

o2 : Ideal of E

See also

Ways to use stableIdeal :

For the programmer

The object stableIdeal is a method function.