ApCoCoA-1:BB.Border: Difference between revisions

From ApCoCoAWiki
KHiddemann (talk | contribs)
new alias
XMLBot (talk | contribs)
(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