Difference between revisions of "Package sagbi/SB.GetID"
From ApCoCoAWiki
Andraschko (talk | contribs) (replaced quotes by <qoutes> tag) |
Andraschko (talk | contribs) (added see item) |
||
Line 19: | Line 19: | ||
<seealso> | <seealso> | ||
+ | <see>Package sagbi/SB.Subalgebra</see> | ||
<see>Package sagbi/SB.GetRing</see> | <see>Package sagbi/SB.GetRing</see> | ||
<see>Package sagbi/SB.GetGens</see> | <see>Package sagbi/SB.GetGens</see> |
Revision as of 14:21, 26 October 2020
This article is about a function from ApCoCoA-2. |
SB.GetID
This function returns the ID of a given subalgebra similar to the CoCoA function RingID.
Syntax
SB.GetID(S: TAGGED(<quotes>$apcocoa/sagbi.Subalgebra</quotes>)): INT
Description
@param S A subalgebra
@return The ID of S
Example
Use R ::= QQ[x,y,z]; S := SB.Subalgebra(R,[x^2,y+z]); PrintLn SB.GetID(S); -- 1
See also
Package sagbi/SB.GetTruncSAGBI