up previous next
BBasis5    --    Border Basis of zero dimensional ideal


Syntax
BBasis5(I: IDEAL): LIST

Description
***** NOT YET IMPLEMENTED *****

This function is implemented in ApCoCoALib by Stefan Kaspar.

The function BBasis5 calls the CoCoAServer to compute a Border Basis of zero dimensional ideal I.

Example
/**/  use QQ[x, y], DegLex;
/**/  I := ideal(x^2, x*y + y^2);
***** NOT YET IMPLEMENTED *****
  BBasis := BBasis5(I);

See Also