What are the irreducible polynomials in Z5[x]?

  • Thread starter Thread starter missavvy
  • Start date Start date
  • Tags Tags
    Polynomial
missavvy
Messages
73
Reaction score
0

Homework Statement


Factor f(x) = 3x4 + 2 into a product of irreducible polynomials in Z5[x]

Homework Equations





The Attempt at a Solution



I don't get it. I tried dividing it using the division logarithm, but then I can only get it to a point where it's like, 3(x-1)(..) <- polynomial of degree 3
Just simply plugging in values of Z5 doesn't seem to work..

I know there's some sort of trick to use.. I don't really understand how to factor f(x) using the different degrees. :S My textbook does a poor job of explaining it, without any concrete examples for me to go by, and I tried googling it but only saw an unanswered question.

If anyone can explain or direct me to some websites that explain how to do this, that would be great.
:)
 
Physics news on Phys.org
for clarity, how about constructing a table something like
x _ x^4 _ 3x^4 _ 3x^4 mod 5 _ (3x^4 +2)mod5
0 ...
1 ...
2 ...
..
 
Last edited:
and fill in all the values? for each element in Z5?
 
well just to get a handle on how it all works in Z5, this latex formatting may help
<br /> \begin{matrix}<br /> x &amp; x^4 &amp; 3x^4 &amp; 3x^4 +2 &amp; (3x^4 +2)mod5\\<br /> 0 &amp; 0 &amp; 0 &amp; 2&amp;2 \\<br /> 1&amp; 1&amp; 3&amp;5 &amp; 0 \\<br /> ...&amp; &amp; &amp; &amp; &amp; \\<br /> \end{matrix}<br />
 
Got it thanks!
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top