ApCoCoA-1:BB.BBasis: Difference between revisions

From ApCoCoAWiki
Skaspar (talk | contribs)
Inital version
 
m CoCoA4.7:BBasis moved to CoCoA:BBasis: namespace changes
(No difference)

Revision as of 18:21, 21 October 2007

BBasis

Border Basis of zero dimensional ideal

Syntax

BBasis(I:IDEAL):LIST

Description

The function BBasis calls the CoCoAServer to compute

a 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