ApCoCoA-1:BB.Box: Difference between revisions

From ApCoCoAWiki
XMLBot (talk | contribs)
Skaspar (talk | contribs)
Short description update.
Line 1: Line 1:
<command>
<command>
     <title>BB.Box</title>
     <title>BB.Box</title>
     <short_description>box order ideal</short_description>
     <short_description>Compute a box order ideal.</short_description>
<syntax>
<syntax>
BB.Box(D:LIST):LIST
BB.Box(D:LIST):LIST

Revision as of 16:21, 21 April 2009

BB.Box

Compute a box order ideal.

Syntax

BB.Box(D:LIST):LIST

Description

Computes the box order ideal of type <formula>D=[D_1,..,D_N]</formula>. The input is a list of integers D of length NumIndets(). The output is a list of terms sorted with respect to the current term ordering.

Example

Use Q[x,y,z];
BB.Box([2,1,1]);
[1, x]
-------------------------------

BB.Border