I was reading Field Theory. Few basic things I know are-
- For every prime $p$ and natural number $n$, there exist a finite field of order $p^n$.
- Multiplicative group of finite field is cyclic. So, if I know the generator then I can find the field. Is there way to find the generator in general?
- We take irreducible polynomial over $F_p$ of degree $n$ or the splitting field of the polynomial $x^{p^n}-x$ to construct the finite field.
I was curious to know, if there are some other ways to represent finite fields. Because, even if I want to write all the elements of $F_{16}$, it becomes very tedious to calculate all the elements in quotient ring $F_p[x]/\langle f(x)\rangle$, where $f(x)$ is irreducible polynomial over $F_p$ of degree $n$.
To sumup, I want to know is there any method by which I can represent elements of finite field in some compact form.