MOLS - Maple Help

Online Help

All Products    Maple    MapleSim


MOLS

mutually orthogonal Latin squares

 

Calling Sequence

Parameters

Description

Examples

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 Ai,j,Bi,j,0i,jpm has no repeated elements.

Examples

MOLS3,1,2

012120201,012201120

(1)