ApCoCoA-1:BB.Border

From ApCoCoAWiki
Revision as of 09:39, 7 October 2020 by AndraschkoBot (talk | contribs) (insert version info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]
-------------------------------

BB.BBasis

BB.BorderBasis

BB.Box