MOLS - mutually orthogonal Latin squares
|
Calling Sequence
|
|
MOLS(p, m, n)
|
|
Parameters
|
|
p
|
-
|
prime number
|
m
|
-
|
positive integer
|
n
|
-
|
positive integer less than p^m
|
|
|
|
|
Description
|
|
•
|
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 has no repeated elements.
|
|
|
Examples
|
|
>
|
|
| (1) |
|
|
Download Help Document
Was this information helpful?