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

 


AlffOrderPoly

Returns the defining polynomial of the associated equation order of an algebraic function field.

Syntax:

f := AlffOrderPoly(o);

polynomial
  f  
algebraic function field order
  o  

See also:  AlffOrderDeg, Alff

Description:

The polynomial f is an element of k[T,y] or R[y]. See AlffOrderEqInfty() for the definition of R.


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> AlffOrderPoly(o);
y^3 + T^4 + 1
kash> AlffOrderPoly(oi);
> y^3 + (T^4 + 1)/T^6


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