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

 


AlffPlaceResField

Return the residue field of a place.

Syntax:

K := AlffPlaceResField(P);

field
  K  
residue field of P
alff place
  P  

See also:  AlffResFieldEltLift, AlffELtToResField, AlffEltValuation

Description:

Let F/k be an algebraic function field and P be a place of F/k. If o_P is the ring of algebraic functions defined at P then k(P) := o_P / P is the residue class field of P. It is returned by this function.


Example:


kash> AlffInit(FF(2,3));
"Defining global variables: k, w, kT, kTf, kTy, T, y, AlffGlobals"
kash> F := Alff(y^3+T^3*y+T);
Algebraic function field defined by
.1^3 + .1*.2^3 + .2
over
Univariate rational function field over GF(2^3)
Variables: T

kash> P := AlffPlaceSplit(F, T+1)[1];
Alff place < [ T + 1, 0, 0 ], [ w, 1, 0 ] >
kash> f := AlffPlaceResField(P);
> Finite field of size 2^3


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