2024-08-18

732: Latin Square of Finite Set

<The previous article in this series | The table of contents of this series | The next article in this series>

definition of Latin square of finite set

Topics


About: set

The table of contents of this article


Starting Context



Target Context


  • The reader will have a definition of Latin square of finite set.

Orientation


There is a list of definitions discussed so far in this site.

There is a list of propositions discussed so far in this site.


Main Body


1: Structured Description


Here is the rules of Structured Description.

Entities:
S: ={a1,...,an}, { the sets }
M: { n x n matrixes }, whose components are of S
//

Conditions:
Each row of M is a permutation of (a1,...,an)

Each column of M is a permutation of (a1,...,an)
//


2: Natural Language Description


For any set, S:={a1,...,an}, any nxn matrix whose components are of S such that each row of M is a permutation of (a1,...,an) and each column of M is a permutation of (a1,...,an).


3: Note


There can be multiple Latin squares of S: for example, when S={1,2,3}, (123231312) is a Latin square of S and (132321213) is another Latin square of S.


References


<The previous article in this series | The table of contents of this series | The next article in this series>