ApCoCoA-1:BB.BBasis: Difference between revisions

From ApCoCoAWiki
m CoCoA:BBasis moved to ApCoCoA:BBasis: this is the ApCoCoA version
Skaspar (talk | contribs)
m "CoCoAServer" -> "ApCoCoAServer"
Line 6: Line 6:
</syntax>
</syntax>
     <description>
     <description>
The function <tt>BBasis</tt> calls the CoCoAServer to compute
The function <tt>BBasis</tt> calls the ApCoCoAServer to compute
a Border Basis of a zero dimensional ideal I.
a Border Basis of a zero dimensional ideal I.



Revision as of 10:44, 22 October 2007

BBasis

Border Basis of zero dimensional ideal

Syntax

BBasis(I:IDEAL):LIST

Description

The function BBasis calls the ApCoCoAServer to compute

a Border Basis of a zero dimensional ideal I.

Example

Use Q[x, y], DegLex;
I := Ideal([x^2, xy + y2]);
BB := BBasis(I);

See also

GBasis5, and more