I want to know how to go about describing a ring after adjoining an element that satisfies a certain relation.
As an example, I'm considering the ring obtained from Z3 by adjoining an element a satisfying $a^2 + a + 1=0$
So we consider $Z3[x]/x^2 + x + 1$
The way I'm thinking about it, is that we want to find all the divisors of $x^2 + x + 1$ first. We know that the polynomial has linear factors since it's reducible. Namely $(x-1)$. We also know all elements in this ring will have deg. 0 or 1. I think we should have elements $0, 1, 2$. But how can I get the rest of the elements in the ring?
Also any general tips on how to approach this type of problem with arbitrary rings/polynomials?