ApCoCoA-1:BB.Border
From ApCoCoAWiki
Revision as of 13:50, 28 March 2011 by 132.231.10.58 (talk) (Updated example and "see"-entries. (Skaspar))
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.
@param OO A list of terms representing an order ideal.
@return A list of border terms of OO.
Example
Use QQ[x,y,z]; BB.Border([1,x]); [z, y, xz, xy, x^2] -------------------------------