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

 


AlffConstField

Returns the constant field k of definition of an algebraic function field F/k(T).

Syntax:

k := AlffConstField(F);

field
  k  
algebraic function field
  F  

See also:  AlffDimExactConstField

Description:

no detailed description available yet


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> AlffConstField(F);
> Finite field of size 5^2


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