[back] [prev] [next] [index] [root]
QF := QuotientField(S);
quotient field | QF |
|
ring | S |
See also: PolyAlg
kash> Fp := FF(5); Finite field of size 5 kash> Fpx := PolyAlg(Fp); Univariate Polynomial Ring in x over GF(5) kash> Fpxf := QuotientField(Fpx); > Univariate rational function field over GF(5) Variables: x
<- back[back] [prev] [next] [index] [root]