Is there any place where I can find a pair of MOLS(mutually orthogonal latin squares) of order 15? I can't seem to find a place where it's spelled out explicitly.
2026-03-25 23:10:09.1774480209
On
A pair of MOLS of order 15?
663 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
The Wikipedia page on Greco-Latin squares shows squares of order 3 and 5. Gerry Myerson gave an answer to your question /mutually-orthogonal-latin-squares-of-order-mn-from-order-m-and-order-n which shows how to make one. What don't you understand?
For any odd $n$, a diagonally cyclic Latin square construction works. Here's GAP code that implements it:
and this is what the output looks like:
and
We can readily see that they're orthogonal (the forwards broken diagonals of the first square are $1,2,\ldots,n$ cyclically permuted, whereas the forwards broken diagonals of the second are $x,x,\ldots,x$, for some $x$). The only thing we should check is that the first square is always a Latin square, which comes from its first row being an orthomorphism.