E    
  D  
    T

Encyclopaedia of DesignTheory: MOLS

General Partition Incidence Array
Experimental Other designs Math properties Stat properties
Server External Bibliography Miscellaneous

Mutually orthogonal Latin squares

The maximum size of a set of MOLS

The number of mutually orthogonal Latin squares of order n is at most n-1.

If q is a prime power, there exist q-1 MOLS of order q. These are constructed by the "finite field method". For there exists a Galois field F of order q. Now, for each non-zero element a od F, let La be the array, with rows and columns indexed by F, such that the symbol in row x and column y of La is ax+y. Then the arrays La form the required q-1 MOLS.

For example, suppose that q=3. The Galois field GF(3) consists of the integers mod 3, and we can take the elements to be 0,1,2. Now, indexing the rows and columns of the squares by 0,1,2, the first square has x+y in row x and column y, and the second has 2x+y (in other words, y-x):

0 1 2
1 2 0
2 0 1
 
0 1 2
2 0 1
1 2 0

Magic squares

Euler introduced orthogonal Latin squares as a tool for constructing magic squares (squares containing the numbers 1 . .  n2 with constant row and column sums).

Given two orthogonal Latin squares A and B with entries 1 . .  n, the square S with (i,j) entry n(aij-1)+bij has these properties. Here is an example:

1 2 3
2 3 1
3 1 2
 
1 2 3
3 1 2
2 3 1
------>
1 5 9
6 7 2
8 3 4

For a magic square, it is customary to assume also that the sums of the two diagonals are the same as the row and column sums. This condition is not automatically satisfied by the square constructed from orthogonal Latin squares, but can usually be achieved by some rearrangement.

A translation of Euler's paper can be found here on the arXiv.


Table of contents | Glossary | Topics | Bibliography | History

Peter J. Cameron
13 December 2006