Let's say i have $\mathbb F_{729}$, finite field generated by $a$ root of the polynom $x^6+x+2$ (on $\mathbb F_3$). The question is hot to find the minimal polynom of $\sigma=a^2$ (that has degree 6).
I know that should exist a command to do so, but i need to do that without it.
It's well know that this polynom is $(x-\sigma)(x-\sigma^3)(x-\sigma^9)(x-\sigma^{27})(x-\sigma^{81})(x-\sigma^{243})$
Now the problem is how to "reduce" this polynom (a thing with $a$), knowing that $a^6=2a+1$, in order to get my polynom with coefficent in $F_3$
Any ideas?
2026-04-24 19:19:57.1777058397
Irreducible polynom over a finite field
63 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
Could take the resultant of
y-a^2with the defining poly for roota.Check that this reduces to 0 when
yis substittued witha^2.Also note that the "it is well known..." part should be using powers of
a^2rather thana. To get the result from that polynomial, can reduce by the defining polynomial, as below.Recheck...