ApCoCoA-1:BB.Border: Difference between revisions
From ApCoCoAWiki
Key and see section update. |
Types section update. |
||
Line 18: | Line 18: | ||
</example> | </example> | ||
</description> | </description> | ||
<types> | |||
<type>list</type> | |||
</types> | |||
<see>BBasis</see> | <see>BBasis</see> | ||
<see>BB.BorderBasis</see> | <see>BB.BorderBasis</see> |
Revision as of 10:59, 23 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] -------------------------------