Difference between revisions of "ApCoCoA-1:BB.Border"

From ApCoCoAWiki
(new alias)
(No difference)

Revision as of 20:35, 8 November 2007

BB.Border

border of an order ideal

Syntax

BB.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];
BB.Border([1,x]);
[z, y, xz, xy, x^2]
-------------------------------

BBasis

BB.BorderBasis

BB.Box