Re: Primitive Polynomials
Aurel Page <[email protected]>
| Newsgroups | gmane.comp.mathematics.pari.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Martin,
You can use minpoly(ffprimroot(ffgen([p,k]))) in the field F_{p^k}.
Cheers,
Aurel
On 04/11/2022 09:54, Martin Becker wrote:
> Hello,
>
> I would like to have an option for ffgen to return a primitive
> polynomial rather than just some random irreducible polynomial.
> Preferrably a Conway polynomial but, for many use cases,
> any will do. Would that be hard to implement? Pari could
> iterate through irreducible polynomials until Mod(x,candidate)
> has maximal order. Please excuse me if that functionality is
> already present somewhere but I didn't notice.
>
> Cheers,
> Martin