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

 


AlffEltOrder

Returns the order with respect to which the element has been defined.

Syntax:

o := AlffEltOrder(a);

algebraic function field order
  o  
algebraic function field element
  a  

See also:  AlffElt, AlffEltMove, AlffOrderAlff

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> a := AlffElt(o, [0, 1, 0]);
[ 0, 1, 0 ]
kash> AlffEltOrder(a);
> Finite maximal order of 
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]