CoCoA:StableIdeal

From ApCoCoAWiki
Revision as of 10:02, 24 October 2007 by XMLBot (talk | contribs) (pushing XML rev. 1.46, again)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

StableIdeal

stable ideal containing L

Description

This function returns the smallest stable ideal containing the

power-products in L.

Example

  Use R ::= Q[x,y,z];
  L := [xz^4, y^3];
  StableIdeal(L);
Ideal(x^2z^3, xyz^3, xz^4, x^3, x^2y, xy^2, y^3)
-------------------------------

Syntax

StableIdeal(L: LIST of power-products): IDEAL

IsStable

LexSegmentIdeal

StronglyStableIdeal

   <type>ideal</type>
   <type>list</type>