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

 


AlffPlacesDegOneNonSingFiniteNum

Computes the number of finite non singular places of degree one of a global function field's constant field extension of degree m.

Syntax:

b := AlffPlacesDegOneNonSingFiniteNum(F, m);

global function field
  F  
integers
  b,m  

See also:  AlffPlacesDegOneNumBound

Description:

no detailed description available yet


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> AlffPlacesDegOneNonSingFiniteNum(F, 1);
> 175


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