I want to list elements of $\mathbb{Z}_3[x] /\langle x^2+2\rangle$ and write a multiplication table. Here is my attempt to finding the elements:
Let $A =\langle x^2+2\rangle= \{(x^2+2)f(x): f(x) \in \mathbb{Z}_3[x]\}$ and $\mathbb{Z}_3[x] / A = \{f(x) + A: f(x) \in \mathbb{Z}_3[x]\}$ by definition.
Let $f(x) \in \mathbb{Z}_3[x]$. By division algorithm, $f(x) = (x^2+2)q(x) + a + bx$ for some $q(x) \in \mathbb{Z}_3[x]$ and $a,b \in \mathbb{Z}_3$. Hence, $f(x) + A = (x^2+2)q(x) + a + bx + A = a + bx + (x^2+2)q(x) + A$. Since $(x^2+2)q(x) \in A$, $(x^2+2)q(x) + A = A$. Thus, $f(x) + A = a + bx + A$. So we have $\mathbb{Z_3}[x] / A = \{a + bx + A: a,b \in \mathbb{Z_3}\}$. Hence, the elements are the following:
- $A$
- $1 + A$
- $x + A$
- $2 + A$
- $2x + A$
- $1 + x + A$
- $2 + x + A$
- $2 + 2x + A$
- $1 + 2x + A$
My question is:
1) Is this the right derivation?
2) How does multiplication table work in $\mathbb{Z}_3[x] / A$? For example, if I have $(x+A)(1+2x+A) = x(1+2x) + A = x+2x^2 + A$ which is not in the same form as $ax+b+A$.