Difference between revisions of "ApCoCoA-1:BB.Border"
From ApCoCoAWiki
(Updated example and "see"-entries. (Skaspar)) |
(Updated description. (Skaspar)) |
||
Line 10: | Line 10: | ||
<itemize> | <itemize> | ||
<item>@param <em>OO</em> A list of terms representing an order ideal.</item> | <item>@param <em>OO</em> A list of terms representing an order ideal.</item> | ||
− | <item>@return A list of border terms of <tt>OO</tt>.</item> | + | <item>@return A list of border terms of <tt>OO</tt> in ascending order.</item> |
</itemize> | </itemize> | ||
<example> | <example> |
Revision as of 14:03, 28 March 2011
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 in ascending order.
Example
Use QQ[x,y,z]; BB.Border([1,x]); [z, y, xz, xy, x^2] -------------------------------