I have this question which I don't know how to approach:
Let ${F}_{2} = {Z}/2Z$, find representatives for the residue classes of ${F}_{2}[X]$ modulo the polynomial $f(x)$ and compute the multipication table for the ring ${F}_{2}[X]/(f(x))$ where
- $f(x) = x+1$
- $f(x) = x^2+x+1$
- $f(x) = x^2+1$
which are those rings are fields?
I understand $F_2$ and ${F}_{2}[X]$ but I don't know what the residues are and how to compute the multiplication table or how multiplication is defined in this ring. I suppose that checking if something is a field is easy once you have the multiplications table.
Do you know how you can define multiplication $ab$ in the ring ${\bf Z}/7{\bf Z}$ by multiplying $a$ times $b$ as integers, dividing by 7, and reporting the remainder as the answer? Well, it's the same thing: if $a$ and $b$ are in ${\bf F}_2[X]$ then you multiply them as polynomials, divide by $f(x)$, and report the remainder as the answer. For example, if $f(x)=x^2+x+1$, and you want to multiply $x$ by $x$, you get $x^2$, then divide by $x^2+x+1$, and the remainder is $x+1$ (well, $-x-1$, but, over ${\bf F}_2$, it's the same thing), so that's the answer.