[back] [prev] [next] [index] [root]
FFEltMinPoly
Minimal polynomial of finite field elements.
Syntax:
p := FFEltMinPoly(a);
p := FFEltMinPoly(a, J);
p := FFEltMinPoly(a, Jx);
polynomial |
p |
|
finite field element |
a |
|
finite field |
J |
subfield of the finite field of a |
polynomial algebra in x over J |
Jx |
|
See also: FFPrimitiveElt
Description:
This function computes the minimal polynomial of a finite field
element over the base field of the finite field or over the
finite field given as second parameter. It is also possible
to specify the polynomial algebra in which the minimal polynomial
should be.
Example:
<- back[back] [prev] [next] [index] [root]