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

 


QfRank

missing shortdoc

Syntax:

n := QfRank(S);

integer
  n  
polynomial algebra or quotient field
  S  

Description:

Given a polynomial algebra or its quotient field this function returns the number of variables.


Example:


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

kash> QfRank(Zxy);
> 2


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