Difference between revisions of "Package sagbi/SB.GetCoeffRing"

From ApCoCoAWiki
(Created page with "{{Version|2}} <command> <title>SB.GetCoeffRing</title> <short_description>This function returns the coefficient ring of a given subalgebra similar to the CoCoA function <t...")
 
(added see item)
Line 20: Line 20:
  
 
   <seealso>
 
   <seealso>
 +
    <see>Package sagbi/SB.Subalgebra</see>
 
     <see>Package sagbi/SB.GetID</see>
 
     <see>Package sagbi/SB.GetID</see>
 
     <see>Package sagbi/SB.GetRing</see>
 
     <see>Package sagbi/SB.GetRing</see>

Revision as of 14:21, 26 October 2020

This article is about a function from ApCoCoA-2.

SB.GetCoeffRing

This function returns the coefficient ring of a given subalgebra similar to the CoCoA function CoeffRing.

Syntax

SB.GetCoeffRing(S: TAGGED(<quotes>$apcocoa/sagbi.Subalgebra</quotes>)): RING

Description

Takes a subalgebra S of a polynomial ring R and returns the coefficient ring of R

  • @param S A subalgebra

  • @return the coefficient ring of S

Example

Use R ::= QQ[x,y,z];
S := SB.Subalgebra(R,[x^2,y+z]);
PrintLn SB.GetCoeffRing(S);
-- QQ 

See also

Package sagbi/SB.Subalgebra

Package sagbi/SB.GetID

Package sagbi/SB.GetRing

Package sagbi/SB.GetGens

Package sagbi/SB.GetSAGBI

Package sagbi/SB.GetTruncSAGBI

Package sagbi/SB.GetTruncDeg

Package sagbi/SB.GetLTSA

Package sagbi/SB.GetInDeg

Package sagbi/SB.GetHS