CoCoA:BBasis5

From ApCoCoAWiki
Revision as of 10:49, 22 October 2007 by Skaspar (talk | contribs) (Description update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

BBasis5

Compute the Border Basis of a zero dimensional ideal using CoCoAServer

Description

This function is implemented in ApCoCoALib by Stefan Kaspar (requires an active CoCoAServer).

The function BBasis5 calls the CoCoAServer to compute

the Border Basis of zero dimensional ideal I.

Example

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

Syntax

BBasis5(I:IDEAL):LIST

GBasis5, and more

   <type>ideal</type>
   <type>list</type>
   <type>cocoaserver</type>