I need to build a field $L$ of 121 elements and find how many roots polynomial $g=x^9-1$ has in $L$. Then to find all these roots.
So, $121=11^2$ this is power of prime. We can build finite field of 121 elements by finding normal irreducible polynomial of of power 2. We can see that $x^9-1 = (x-1)(x^2+x+1)(x^6+x^3+1)$, lets take $h=x^2+x+1$ as irreducible since it does not have natural roots in $Z_{11}$. We can build the field $L=\{k\alpha+b + h(\alpha), k,b \in Z_{11}\}$ Instantly we can see that 1 is the root of $g$ because of $(x-1)$.
Am I right so far? How can I find other roots of $g$ or at least find their conunt?
Once you have constructed $L$, note that the multiplicative group $L^\times$ has order $120$ and so the solutions of $x^9=1$ are the same as the solutions of $x^3=1$ because $\gcd(120,9)=3$. There are exactly $3$ roots because $L^\times$ is cyclic. These roots are $1, u^{40}, u^{80}$, where $u$ is a generator of $L^\times$.