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

 


AlffPlaceResDeg

Residue class field extension degree of a place.

Syntax:

f := AlffPlaceResDeg(P);

integer
  f  
alff place
  P  

See also:  AlffPlaceSplit, AlffPlaceRam, AlffPlaceDeg

Description:

Let F = k(T,y) be an algebraic function field defined by f(T,y)=0 over k and frak{P} | \p be a place of F over a place \p of the rational function field k(T). This function returns the degree f of the extension of the residue class fields of frak{P} and \p (k is the constant field of definition, not the exact constant field).


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 := AlffPlaceResDeg(P);
> 1


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