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

 


FFEltFF

Gives the finite field corresponding to the element.

Syntax:

F := FFEltFF(a);

finite field element
  a  
finite field
  F  

See also:  FFElt, FF

Description:

This function returns the finite field in which the given element is defined.


Example:


kash> F4 := FF(2, 2);
Finite field of size 2^2
kash> a := FFPrimitiveElt(F4);
w
kash> F := FFEltFF(a);
> Finite field of size 2^2


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