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

 


AlffPlacesNum

Computes the number of places of a given degree of a global function field.

Syntax:

N := AlffPlacesNum(F, m);

global function field
  F  
integers
  N, m  

See also:  AlffPlacesDegOneNum, AlffPlaces, AlffPlacesDegOne

Description:

no detailed description available yet


Example:


kash> AlffInit(FF(2, 3));
"Defining global variables: k, w, kT, kTf, kTy, T, y, AlffGlobals"
kash> AlffOrders(y^3+T^3*y+T);
"Defining global variables: F, o, oi, one"
kash> AlffPlacesNum(F, 2);
7


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