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

 


AlffUnitRank

Returns the unit rank of a global function field extension F/FF_q(T).

Syntax:

r := AlffUnitRank(F);

integer
  r  
global function field
  F  

See also:  AlffSignature

Description:

The number s-1, where s denotes the number of inequivalent valuations extending the degree valuation of FF_q(T), is returned.


Example:


kash> AlffInit(FF(5,2));
"Defining global variables: k, w, kT, kTf, kTy, T, y, AlffGlobals"
kash> AlffOrders(y^3+T^4+1);
"Defining global variables: F, o, oi, one"
kash> AlffUnitRank(F);
> 0


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