ApCoCoA-1:BB.BBasis: Difference between revisions

From ApCoCoAWiki
Skaspar (talk | contribs)
m Description update
little cleanup
Line 1: Line 1:
   <command>
   <command>
     <title>BBasis</title>
     <title>BBasis</title>
     <short_description>Compute the Border Basis of a zero dimensional ideal using ApCoCoAServer</short_description>
     <short_description>border basis of a zero dimensional ideal</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
the Border Basis of a zero dimensional ideal I.
the border basis of a zero dimensional ideal I.


<example>
<example>

Revision as of 17:54, 7 November 2007

BBasis

border basis of a zero dimensional ideal

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