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

 


QfeQf

Returns the quotient field in which a rational function (quotient field element) is defined.

Syntax:

F := QfeQf(a);

quotient field
  F  
quotient field element
  a  

See also:  QuotientField

Description:

no detailed description available yet


Example:


kash> k := FF(5, 2);
Finite field of size 5^2
kash> kx := PolyAlg(k);
Univariate Polynomial Ring in x over GF(5^2)

kash> x := Poly(kx, [1,0]);
x
kash> QfeQf(1/x);
Univariate rational function field over GF(5^2)
Variables: x



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