up previous next
FrbIrreducibleDecomposition

Irreducible decomposition of monomial ideals

Syntax
FrbIrreducibleDecomposition(I: IDEAL): LIST

Description
Using the Frobby C++ library by Bjarke Roune.

Example
/**/  Use R ::= QQ[x,y,z];
/**/  I := ideal(x^2, x*y, y^2, z^2);
/**/  FrbIrreducibleDecomposition(I);
[ideal(x, y^2, z^2), ideal(x^2, y, z^2)];

-- *** missing manual for these function: volunteers? ;-) ***
FrbDimension
FrbMultigradedHilbertPoincareNumerator
FrbTotalDegreeHilbertPoincareNumerator

See Also