Can someone tell what does this mean: $\Bbb Z/2 \Bbb Z[X]$ and $\Bbb Z/3 \Bbb Z[X]$
I understand that $\Bbb Z/2 \Bbb Z$ means the integers numbers mod $2$, but I don't understand the last part. I know that $\Bbb Z[x]$ means a polynomial, but how can I take mod to a polynomial?
$\mathbb{Z}/n\mathbb{Z}[x]$ means the set(ring) of all polynomials $P(x)$ such that the coefficients are from $\mathbb{Z}/n\mathbb{Z}$. i.e., $$ \mathbb{Z}/n\mathbb{Z}[x] := \{ P(x) = a_nx^n + a_{n - 1}x^{n -1} + \cdots a_0 : a_i \in \mathbb{Z}/n\mathbb{Z} \} $$ E.G: $~x^2 + 2x + 1$ in $\mathbb{Z}/2\mathbb{Z} [x]$ is $x^2 + 1$.