[back] [prev] [next] [index] [root]

 


PolyAlgCoef

Returns the coefficient ring of a polynomial algebra.

Syntax:

S := PolyAlgCoef(Sx);

ring
  S  
polynomial algebra
  Sx  

See also:  PolyAlg

Description:

Returns the coefficient ring S of a polynomial algebra S[x].


Example:


kash> o := Order(Poly(Zx, [1 , 0, 73, -280, -2399]));
Generating polynomial: x^4 + 73*x^2 - 280*x - 2399

kash> ox := PolyAlg(o);
Univariate Polynomial Ring in x over Generating polynomial: x^4 + 73*x^2 - 280\
*x - 2399

kash> PolyAlgCoef(ox);
> Generating polynomial: x^4 + 73*x^2 - 280*x - 2399



<- back[back] [prev] [next] [index] [root]