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

 


QfScalarRing

missing shortdoc

Syntax:

A := QfScalarRing(S);

ring
  A  
polynomial algebra or quotient field
  S  

See also:  PolyAlgCoef

Description:

Given a polynomial algebra or its quotient field this function returns its ring of scalars.


Example:


kash> Zxy := PolyAlg(Zx);
Univariate Polynomial Ring in y over Univariate Polynomial Ring in x over Inte\
ger Ring

kash> QfScalarRing(Zxy);
Integer Ring

kash> QfScalarRing(QuotientField(Zxy));
> Rational Field



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