ApCoCoA-1:BB.BBasis: Difference between revisions

From ApCoCoAWiki
Skaspar (talk | contribs)
m "CoCoAServer" -> "ApCoCoAServer"
Skaspar (talk | contribs)
m Description update
Line 1: Line 1:
   <command>
   <command>
     <title>BBasis</title>
     <title>BBasis</title>
     <short_description>Border Basis of zero dimensional ideal</short_description>
     <short_description>Compute the Border Basis of a zero dimensional ideal using ApCoCoAServer</short_description>
<syntax>
<syntax>
BBasis(I:IDEAL):LIST
BBasis(I:IDEAL):LIST
Line 7: Line 7:
     <description>
     <description>
The function <tt>BBasis</tt> calls the ApCoCoAServer to compute
The function <tt>BBasis</tt> calls the ApCoCoAServer to compute
a Border Basis of a zero dimensional ideal I.
the Border Basis of a zero dimensional ideal I.


<example>
<example>

Revision as of 10:47, 22 October 2007

BBasis

Compute the Border Basis of a zero dimensional ideal using ApCoCoAServer

Syntax

BBasis(I:IDEAL):LIST

Description

The function BBasis calls the ApCoCoAServer to compute

the 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