1

How would I find the number of elements of the ring $F_3[x] / (x^2-x+1)$?

I know that $x^2-x+1$ is not prime/irreducible, since gcd($x^2-x+1$, $x^3-x^2-1$) = 3.

Can anyone provide some tips?

jstnchng
  • 1,059

1 Answers1

1

It is not relevant if the polynomial is irreducible or not to find the number of elements of the ring.

Given a non-constant polynomial $g$ and a field $F$, we have $F[X]/(g)$ is an $F$-vectorspace of dimension $\deg g$.

As such its cardinality is $|F|^{\deg g}$.

(If you want to say something on the multiplicative structure of the ring, then the factorization gets important.)

quid
  • 42,135