ApCoCoA-1:BB.Border

From ApCoCoAWiki
Revision as of 12:02, 8 November 2007 by KHiddemann (talk | contribs) (fixing keys)

borderbasis.Border

border of an order ideal

Syntax

$borderbasis.Border(OO:LIST):LIST

Description

Computes the border of an order ideal OO. The input/output is a list of terms.

Example

Use Q[x,y,z];
$borderbasis.Border([1,x]);
[z, y, xz, xy, x^2]
-------------------------------

BBasis

borderbasis.BorderBasis

borderbasis.Box