ApCoCoA-1:BB.Border
From ApCoCoAWiki
Revision as of 20:35, 8 November 2007 by XMLBot (talk | contribs) (ApCoCoA:Borderbasis.Border moved to ApCoCoA:BB.Border: new alias)
BB.Border
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.
Example
Use Q[x,y,z]; BB.Border([1,x]); [z, y, xz, xy, x^2] -------------------------------