beetle2
- 110
- 0
Homework Statement
Write P(x) = x^3+2x+3 as the product of Irreducible Polynomials over Z_5
Homework Equations
Polynomial division
The Attempt at a Solution
I start out by taking out a factor of x+3
That is
x+3 \div x^3+2x+3
I get P(x) = x^2-3x+1 which has zero remainder mod 5.
Is the product of irreducible polynomial (x+3) (x^2-3x+1)
or do I reduce P(x) = x^2-3x+1 by taking out a factor of x+1 ie
x+1 \div x^2-3x+1
I know the irreducible polynomials coefficients should add up to the original degree ,So I have one with degree 1 and the second with degree 2.
am I on the right track?