[back] [prev] [next] [index] [root]
F := QfeQf(a);
quotient field | F |
|
quotient field element | a |
See also: QuotientField
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]