(related to Chapter: Fields (Overview))
Below, you can find some examples of the algebraic structure called a field.
The rational numbers together with the addition "$+$" and multiplication "$\cdot$", i.e. the algebraic structure $(\mathbb Q,+,\cdot)$ form a field, which is proven here.
The integers $(\mathbb Z, +,\cdot)$ are not a field since $1$ and $-1$ are the only integers that have a multiplicative inverse. To be a field, it would be necessary that all elements except the additive neutral element $0$ had a multiplicative inverse.
The set of all $n\times n$ matrices over a field $F$ together with matrix addition and matrix multiplication an $(M_{n\times n}(F), +,\cdot)$ are not a field, since not all such matrices unequal the zero matrix are invertible matrix multiplicative inverse. Also, the multiplication is in general not commutative.
The real numbers $(\mathbb R, +,\cdot)$ form a field (was proven here).
The complex numbers $(\mathbb C, +,\cdot)$ form a field (was proven here).
The smallest finite field is the algebraic structure $(\{1,0\},+,\cdot)$ with the following addition and multiplication, which can be easily verified by the reader as an exercise (just verify all the field axioms):
$$\begin{array}{c|cc} +&1&0\\\hline 1&0&1\\ 0&1&0 \end{array}\quad\begin{array}{c|cc} \cdot &1&0\\\hline 1&0&0\\ 0&0&1 \end{array}$$