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

 


AlffEltRoot

Computes an n-th root of a function field element a.

Syntax:

b := AlffEltRoot(a,n );

alff element
  b  
alff element
  a  
integer
  n  

See also:  AlffEltPthRoot

Description:

no detailed description available yet


Example:


kash> AlffInit(FF(2,1));
"Defining global variables: k, w, kT, kTf, kTy, T, y, AlffGlobals"
kash> AlffOrders(y^3+T^3*y+T);
"Defining global variables: F, o, oi, one"
kash> a := AlffElt(o, [0,1,0] / T);
[ 0, 1, 0 ] / T
kash> AlffEltRoot(a,2);
> false


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