We have got this nice polynomial over $\mathbb{F}_3$:
$$p(x)=x^4+x^3+x-1$$
Write it in this way: $$x^4-1=2x^3+2x$$ an so: $$(x^2+1)(x^2-1)=2x(x^2+1)$$ $$p(x)=(x^2+1)(x^2+x-1)$$ What is the splitting field of $p(x)$? The splitting fields of both the factors are $\mathbb{F}_9$ i.e. $\mathbb{F}_9=\frac{\mathbb{F}_3}{(x^2+1)}=\frac{\mathbb{F}_3}{(x^2+x-1)}$. But the splitting field of $p(x)$ is $\mathbb{F}_n$ with $n=3^2$ or maybe $n=3^{2\cdot2}$?. I have this doubt cause if I construct $\mathbb{F}_9$ respectivelly with the first factor or the second we get two different sets:
In fact computing the powers of $\alpha=\overline{x}$ for the first ideal $(x^2+1)$ using $\alpha^2=2$ we get $$\mathbb{F}_9=\{0,\alpha,2,2\alpha,1,\alpha,2,2\alpha,1\}$$ and for the second $(x^2+x-1)$ using $\alpha^2=2\alpha+1$ we get $$\mathbb{F}_9=\{0,1,\alpha,2\alpha+1,2\alpha+2,2,2\alpha,\alpha+2,\alpha+1\}$$ It seems the first one has got repetitive elements. Does this influence the choice of the splitting field? And how do you explain the strange structure of the first one? $\mathbb{F}_9$ must have 9 elements.
Note that $\Bbb F_9$ is the splitting field of $X^9-X$, and: $$X^9-X = X(X-1)(X+1)(X^2+1)(X^2+X-1)(X^2-X-1)$$ which contains $X^2+1$ and $X^2+X-1$ as required, so $\Bbb F_9$ suffices.