ApCoCoA-1:BB.Border

From ApCoCoAWiki
Revision as of 22:49, 7 November 2007 by Skaspar (talk | contribs) (Reviewed text and added example)

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