ApCoCoA-1:BB.BBasis

From ApCoCoAWiki
Revision as of 17:54, 7 November 2007 by WikiSysop (talk | contribs) (little cleanup)

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