PDA

View Full Version : Irreducible Polynomials over Finite Fields


burritoloco
Jun15-11, 04:06 PM
Hi, yet another question regarding polynomials :). Just curious about this.

Let f(x), g(x) be irreducible polynomials over the finite field GF(q) with coprime degrees n, m resp. Let \alpha , \beta be roots of f(x), g(x) resp. Then the roots of f(x), g(x), are \alpha^{q^i}, 0\leq i \leq n-1, and \beta^{q^j}, 0\leq j \leq m-1.

Question: What is the irreducible polynomial over GF(q) of degree nm with roots \alpha^{q^i}\beta^{q^j} where 0\leq i \leq n-1, and 0\leq j \leq m-1. Can you define such polynomial explicitly in terms of just f(x) and g(x) without the roots appearing in the formula?

Note: The last sentence/question is what really interests me as the following is the required polynomial (but defined in terms of the roots of f(x))

F(x) = \prod_{i=0}^{n-1}\alpha^{mq^i}g\left(\alpha^{-q^i}x\right)

Thank you!

Hurkyl
Jun15-11, 05:49 PM
It depends somewhat on just what you mean by "formula" and "appearing in".

I know that F can be expressed as a resultant. The formula you give is presumably comes from one of the methods of computing resultants. There exist other ways to compute resultants, such as as the determinant of a matrix, or a Euclidean algorithm-like method.

You could always find a way to write down the system of equations that literally expresses that \alpha \beta is a root of F(x). Then F would be the solution!

burritoloco
Jun15-11, 06:15 PM
I see. I was expecting some kind of miracle where F(x) could be expressed as some sort of polynomial compositions of f(x), g(x) and their reciprocals, but this matter turns out to be even more complicated than I was hoping. Here's a paper I have just found on this topic.

http://books.google.ca/books?hl=en&lr=&id=p9VO4BmGcxgC&oi=fnd&pg=PA1&dq=related:Dq2NhpWGE1cJ:scholar.google.com/&ots=4ZVjQqy9JV&sig=UhXCGpX7oK3R2OU8ZHNYtuYkoZU#v=onepage&q&f=false

Theorem 4.2 says it all...

Hurkyl
Jun15-11, 06:25 PM
Ah! The resultant formulas I was recalling are formulas 4.3 and 4.4. (Appearing just before theorem 4.3)

burritoloco
Jun15-11, 07:02 PM
Thanks Hurkyl. I'll probably be coming up with more questions as my project goes along :). Feel free to answer whenever you can, haha. Great to have Physics Forums around.

burritoloco
Jun15-11, 08:21 PM
Hmm, resultants and Thm 4.2 seem to be general methods on any two polynomials f(x), g(x) to obtain F(x). What if there are special classes of polynomials for which this computation could be done totally differently and much faster than the O(n^3 log^2(n)) in their paper? But what is this all good for anyways lol.