up previous next
BB.Border

Computes the border of an order ideal.
Syntax
          
BB.Border(OO:LIST):LIST

          

Description
This command computes the border of an order ideal OO.

Example
Use QQ[x,y,z];
BB.Border([1,x]);

[z, y, xz, xy, x^2]
-------------------------------


See Also