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

 


AlffPlacesDegOneNumBound

Computes a bound for the number of places of degree one of a global function field.

Syntax:

b := AlffPlacesDegOneNumBound(F);
b := AlffPlacesDegOneNumBound(q, g);

global function field
  F  
integer
  q, g  
integer
  b  

See also:  AlffSerreBound, AlffIharaBound

Description:

Let N_q(g) be the maximal number of places of degree one of a global function field F with genus g over {\Bbb F}_q. This function calculates the minimum of the Serre bound and the Ihara bound as an upper bound for N_q(g) from the given special function field or for given q and g.


Example:


kash> AlffInit(FF(7,2));
"Defining global variables: k, w, kT, kTf, kTy, T, y, AlffGlobals"
kash> AlffOrders(y^7+y+T^4+1);
"Defining global variables: F, o, oi, one"
kash> AlffGenus(F);
9
kash> AlffPlacesDegOneNumBound(F);
176
kash> AlffPlacesDegOneNumBound(5, 6);
> 25


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