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

 


AlffGenus

missing shortdoc

Syntax:

g := AlffGenus(F);

algebraic function field
  F  
integer
  g  
the genus

See also:  AlffDimExactConstField, Alff, AlffDivisorLBasis

Description:

Computes the genus of the algebraic function field.


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> AlffGenus(F);
> 3


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