Difference between revisions of "ApCoCoA-1:BB.NDgens"
From ApCoCoAWiki
KHiddemann (talk | contribs) (adding formula tags) |
KHiddemann (talk | contribs) (removing Kaspar's command refs in the descriptions since the man pages look strange) |
||
Line 6: | Line 6: | ||
</syntax> | </syntax> | ||
<description> | <description> | ||
− | Computes the generators of the vanishing ideal of the border basis scheme corresponding to the lifting of the K-th element of NDneighbors(OO). The input is an integer K In 1.. | + | Computes the generators of the vanishing ideal of the border basis scheme corresponding to the lifting of the K-th element of NDneighbors(OO). The input is an integer K In 1..Len(NDneighbors(OO)) and a list of terms OO (2nd element of type POLY). The output is a list of poly in the ring <formula>BBS=K[c_{ij}]</formula>. |
</description> | </description> | ||
<key>Kreuzer</key> | <key>Kreuzer</key> |
Revision as of 20:47, 2 November 2007
borderbasis.NDgens
Compute gens of vanishing ideal of BB scheme corresp. to lifting of an element of NDneighbors(OO)
Syntax
$borderbasis.NDgens(K:INT,OO:LIST):LIST
Description
Computes the generators of the vanishing ideal of the border basis scheme corresponding to the lifting of the K-th element of NDneighbors(OO). The input is an integer K In 1..Len(NDneighbors(OO)) and a list of terms OO (2nd element of type POLY). The output is a list of poly in the ring <formula>BBS=K[c_{ij}]</formula>.