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, xy + y2]);
  BBasis := BBasis5(I);

See Also