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

 


QfName

missing shortdoc

Syntax:

s := QfName(S);

string
  s  
polynomial algebra or quotient field
  S  

Description:

Given a polynomial algebra or its quotient field this function returns the name of the (outmost) variable.


Example:


kash> Zx;
Univariate Polynomial Ring in x over Integer Ring

kash> QfName(Zx);
> "x"


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