up previous next
BBasis5

Border Basis of zero dimensional ideal
Syntax

BBasis5(I:IDEAL):LIST


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

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


See Also