Difference between revisions of "ApCoCoA-1:BB.BBasis"
From ApCoCoAWiki
KHiddemann (talk | contribs) m |
KHiddemann (talk | contribs) (new alias) |
||
Line 20: | Line 20: | ||
</description> | </description> | ||
<see>GBasis5, and more</see> | <see>GBasis5, and more</see> | ||
− | <see> | + | <see>BB.BorderBasis</see> |
<types> | <types> | ||
<type>ideal</type> | <type>ideal</type> |
Revision as of 19:58, 8 November 2007
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. The input is a zero-dimensional ideal I. The output is a list of polynomials.
Example
Use Q[x, y], DegLex; I := Ideal([x^2, xy + y^2]); BB := BBasis(I); -- CoCoAServer: computing Cpu Time = 0 ------------------------------- BB; [xy + y^2, x^2, y^3, xy^2] -------------------------------