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

From ApCoCoAWiki
(Reviewed text and added example)
m
Line 6: Line 6:
 
</syntax>
 
</syntax>
 
     <description>
 
     <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 current term ordering.
+
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>
 
<example>
 
Use Q[x,y,z];
 
Use Q[x,y,z];

Revision as of 23:31, 7 November 2007

borderbasis.Box

box order ideal

Syntax

$borderbasis.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];
$borderbasis.Box([2,1,1]);
[1, x]
-------------------------------

borderbasis.Border