ApCoCoA-1:BB.NDneighbors: Difference between revisions
From ApCoCoAWiki
KHiddemann (talk | contribs) adding formula tags |
KHiddemann (talk | contribs) adding formula tags |
||
Line 6: | Line 6: | ||
</syntax> | </syntax> | ||
<description> | <description> | ||
Computes the list of next-door neighbors in the border of OO. The input is a list of terms OO (2nd element of type POLY). The output is a list of triples [i,j,k] s.t. <formula>b_i = x_k * b_j</formula>. | Computes the list of next-door neighbors in the border of OO. The input is a list of terms OO (2nd element of type POLY). The output is a list of triples <formula>[i,j,k]</formula> s.t. <formula>b_i = x_k * b_j</formula>. | ||
</description> | </description> | ||
<key>Kreuzer</key> | <key>Kreuzer</key> |
Revision as of 20:47, 2 November 2007
borderbasis.NDneighbors
Computes list of ND neighbors in border of OO
Syntax
$borderbasis.NDneighbors(OO:LIST):LIST
Description
Computes the list of next-door neighbors in the border of OO. The input is a list of terms OO (2nd element of type POLY). The output is a list of triples <formula>[i,j,k]</formula> s.t. <formula>b_i = x_k * b_j</formula>.