ApCoCoA-1:BB.Border: Difference between revisions
From ApCoCoAWiki
Short description update. |
Added parameter and return value list. |
||
Line 7: | Line 7: | ||
<description> | <description> | ||
Computes the border of an order ideal OO. The input/output is a list of terms. | Computes the border of an order ideal OO. The input/output is a list of terms. | ||
<itemize> | |||
<item>@param <em>OO</em> A list of terms representing an order ideal.</item> | |||
<item>@return A list of border terms of OO.</item> | |||
</itemize> | |||
<example> | <example> | ||
Use Q[x,y,z]; | Use Q[x,y,z]; |
Revision as of 13:40, 22 April 2009
BB.Border
Compute the 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.
@param OO A list of terms representing an order ideal.
@return A list of border terms of OO.
Example
Use Q[x,y,z]; BB.Border([1,x]); [z, y, xz, xy, x^2] -------------------------------