Difference between revisions of "ApCoCoA-1:BB.Border"

From ApCoCoAWiki
m (Bot: Category moved)
Line 30: Line 30:
 
   <key>BB.Border</key>
 
   <key>BB.Border</key>
 
   <key>borderbasis.Border</key>
 
   <key>borderbasis.Border</key>
   <wiki-category>Package_borderbasis</wiki-category>
+
   <wiki-category>ApCocoA-1:Package_borderbasis</wiki-category>
 
</command>
 
</command>

Revision as of 15:39, 2 October 2020

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]
-------------------------------

BB.BBasis

BB.BorderBasis

BB.Box