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

 


FFSize

Gives the size of the finite field FF_q.

Syntax:

L := FFSize(F);

list
  L  
of p and d with p^d = q.
finite field
  F  

Description:

This function returns a list consisting of the characteristic p and the degree d of FF_q over FF_p.


Example:


kash> F9 := FF(3, 2);
Finite field of size 3^2
kash> L := FFSize(F9);
> [ 3, 2 ]


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