CoCoA:BBasis5
From ApCoCoAWiki
Revision as of 15:27, 28 February 2023 by Andraschko (talk | contribs)
BBasis5
Compute the Border Basis of a zero dimensional ideal using CoCoAServer
Description
This function is implemented in ApCoCoALib by Stefan Kaspar (requires an active CoCoAServer).
The function BBasis5 calls the CoCoAServer to compute
the Border Basis of zero dimensional ideal I.
Example
Use Q[x, y], DegLex; I := Ideal([x^2, x*y + y^2]); BBasis := BBasis5(I);
Syntax
BBasis5(I:IDEAL):LIST
<type>ideal</type> <type>list</type> <type>cocoaserver</type>