Finding Order of Quotient Ring in Z3[x]

  • Thread starter Thread starter hsong9
  • Start date Start date
  • Tags Tags
    quotient Ring
hsong9
Messages
71
Reaction score
1

Homework Statement


Let f(x) = x2 + 1 in Z3[x]. Find the order of the quotient ring Z3[x]/<f>.


Homework Equations





The Attempt at a Solution



Note Z3 is a field. Then Z3[x] is euclidean domain.
Then for any polynomial g(x) can be written as g(x) = p(x).(x2+1) + r(x) where either r(x) = 0 of deg r(x) < 2.
That is in Z3[x]/ (x2+1),
we have g(x) +(x2+1) = (p(x).(x2+1) + r(x) )+(x2+1)
= r(x) + (x2+1)
That is every polynomial is equalent to either zero polynomial or a polynomial of degree less than 2.
So we have the elements in Z3[x]/ (x2+1) are of the form r(x) +(x2+1). with deg r(x) <2.
So elements are of the form ax+b +(x2+1) in Z3[x]/ (x2+1), where a, b ranges over the elements of Z3.
So the number of elements in Z3[x]/ (x2+1) is 3x3 = 9.
Hence the order of Z3[x]/ (x2+1) = 9.
 
Physics news on Phys.org
Good job, nice solution.

In fact, your quotient ring Z3/<X^2+1> is a field of 9 elements. If you are not able to show this yet, you will be soon.
 
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