MOLS
mutually orthogonal Latin squares
Calling Sequence
Parameters
Description
Examples
MOLS(p, m, n)
p
-
prime number
m
positive integer
n
positive integer less than p^m
This function returns a list of n mutually orthogonal Latin squares of size p^m.
Two Latin squares, A and B, are mutually orthogonal if the set of ordered pairs Ai,j,Bi,j,0≤i,j≤pm has no repeated elements.
MOLS⁡3,1,2
012120201,012201120
Download Help Document