Difference between revisions of "ApCoCoA-1:BB.Border"
From ApCoCoAWiki
m (Bot: fixed typo) |
m (insert version info) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{Version|1}} | ||
<command> | <command> | ||
<title>BB.Border</title> | <title>BB.Border</title> | ||
Line 23: | Line 24: | ||
<type>ideal</type> | <type>ideal</type> | ||
</types> | </types> | ||
− | <see>BB.BBasis</see> | + | <see>ApCoCoA-1:BB.BBasis|BB.BBasis</see> |
− | <see>BB.BorderBasis</see> | + | <see>ApCoCoA-1:BB.BorderBasis|BB.BorderBasis</see> |
− | <see>BB.Box</see> | + | <see>ApCoCoA-1:BB.Box|BB.Box</see> |
<key>Border</key> | <key>Border</key> |
Latest revision as of 09:39, 7 October 2020
This article is about a function from ApCoCoA-1. |
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] -------------------------------