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

 


QuotientField

missing shortdoc

Syntax:

QF := QuotientField(S);

quotient field
  QF  
ring
  S  

See also:  PolyAlg

Description:

Creates the quotient field of a ring, intended for polynomial algebras.


Example:

Creating the quotient field of a polynomial algebra over a finite field:

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]