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

 


IsAlffElt

Returns true iff the argument is of type "KANT function field order elt".

Syntax:

b := IsAlffElt(T);

boolean
  b  
function field order element
  T  

Description:

no detailed description available yet


Example:


kash> AlffInit(Q);
"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> IsAlffElt(a);
> true


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