next up previous contents
Siguiente: Representation of Galois fields Arriba: Multiplication in Finite Fields Anterior: Introduction

Ring multiplication

The set $[\![0,2^n-1]\!]$ consists of the collection of remainders modulus $2^n$. It has naturally the ring multiplication operation $(i,j)\mapsto (i j) \bmod 2^n$. These operations are displayed in tables 1-5 for $n\leq 5$. In each display, table (a) contains the numeric values, and, as is usual when displaying matrices, its rows are numbered from up to bottom; the corresponding graphical table (b) displays the same operation in a scale of gray: black color corresponds to the lowest value $0$ while white color corresponds to the greatest value $2^n-1$; this time the rows are numbered from bottom to up.


Table: Ring multiplication table in the modulus ring $[\![0,2^2-1]\!]$.
\fbox{$\begin{array}{rrrr}
0 & 0 & 0 & 0 \\
0 & 1 & 2 & 3 \\
0 & 2 & 0 & 2 \\
0 & 3 & 2 & 1
\end{array}$} Image sb2
(a) (b)



Table: Ring multiplication table in the modulus ring $[\![0,2^3-1]\!]$.
\fbox{$\begin{array}{rrrrrrrr}
0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\ 0 & 1 & 2 & 3 &...
...\\
0 & 6 & 4 & 2 & 0 & 6 & 4 & 2 \\ 0 & 7 & 6 & 5 & 4 & 3 & 2 & 1
\end{array}$} Image sb3
(a) (b)



Table: Ring multiplication table in the modulus ring $[\![0,2^4-1]\!]$.
\fbox{$\begin{array}{rrrrrrrrrrrrrrrr}
0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & ...
... & 15 & 14 & 13 & 12 & 11 & 10 & 9 & 8 & 7 & 6 & 5 & 4 & 3 & 2 & 1
\end{array}$}
(a)

Image sb4
(b)



Table: Ring multiplication table in the modulus ring $[\![0,2^5-1]\!]$ (numerical values).
\begin{table}{\small
\begin{center}
\fbox{$\begin{array}{r@{\;}r@{\;}r@{\;}r@{\;...
...10 & 9 & 8 & 7 & 6 & 5 & 4 & 3 & 2 & 1
\end{array}$}
\end{center}}\end{table}



Table: Ring multiplication table in the modulus ring $[\![0,2^5-1]\!]$ (density plot).



next up previous contents
Siguiente: Representation of Galois fields Arriba: Multiplication in Finite Fields Anterior: Introduction
Guillermo M. Luna
2010-02-19