Maths Help - Finite Fields

Soldato
Joined
7 Apr 2004
Posts
4,212
Hey,

Please can someone help explain the following to me.

Given the field:
Untitled_6.jpg


It has the following elements in it: 0, 1, 2, x, 2x, x + 1, x + 2, 2x +1 and 2x + 2.

It's also a finite field, because x^2 + 1 is irreducible mod 3.

What I need to understand is how to show that a given polynomial is irreducible in a given field, I don't know how to prove in this case that x^2 + 1 is irreducible.

Also if I was just given a field, how would I find all irreducible polynomials within it?

I'm a tad confused :( with my current knowledge I just about know how to work out if something is a field or not, however my polynomial knowledge is pretty limited and I don't really know which techniques i need to be using here.

Thanks for any help.
 
A polynomial is irreducible over a field if it has no roots in that field, so just try putting all of the elements of F_3[X] into your polynomial and show that it's not 0
To find an irreducible polynomial just try one and see if it has any roots. There may be a better way but that's how I'd do it

Hope this helps
 
A polynomial is irreducible over a field if it has no roots in that field,
Not true. If it has no roots in the field then it has no linear factors, but that doesn't rule out it having factors of degree 2 or higher.

e.g. x^4 + 5x^2 + 6 = (x^2+2)(x^2+3) has no real roots but is obviously reducible.

However:

so just try putting all of the elements of F_3[X] into your polynomial and show that it's not 0
is fine here because the poly is quadratic and therefore any factors can only be linear.

To find an irreducible polynomial just try one and see if it has any roots. There may be a better way but that's how I'd do it.
Can't say I see a better plan either, not that I'm great at polys over finite fields.

Note that the OP asked how to find *all* irreducible polys, which I think will be difficult, since I'm pretty sure that if you have a finite field then there are an infinite number of irreducible polynomials.
 
Back
Top Bottom