getIdeals -- get component ideals from a monomial module
Synopsis
Usage:
getIdeals M
Inputs:
M, a monomial submodule of the ambient module over an exterior algebra
Outputs:
a list, list of ideals that determine the submodules whose direct sum is M
Description
Let M be a submodule of F and let $\{g_1,g_2,\ldots,g_r\}$ be a graded basis of F. This method returns a list $L=\{I_1,I_2,\ldots,I_r\}$ such that $M=I_i g_i \oplus I_2 g_2 \oplus \cdots \oplus I_r g_r$.
Example:
i1 : E = QQ[e_1..e_4, SkewCommutative => true]
o1 = E
o1 : PolynomialRing, 4 skew commutative variables