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

 


AlffOrderAlff

Returns the algebraic function field of an algebraic function field order.

Syntax:

F := AlffOrderAlff(o);

algebraic function field
  F  
algebraic function field order
  o  

See also:  AlffOrderPoly, Alff

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> AlffOrderAlff(o);
> Algebraic function field defined by
.1^3 + .2^4 + 1
over
Univariate rational function field over GF(5^2)
Variables: T



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