Latin square

Latin square :

A Latin square is a type of mathematical object that is a square grid filled with symbols, such that each row and column contains exactly one of each symbol. For example, consider the following 3×3 square grid:
1 2 3
2 3 1
3 1 2
In this grid, each row and column contains exactly one of the symbols 1, 2, and 3. This is an example of a Latin square.
In general, a Latin square can be of any size and can use any set of symbols. For example, here is a 4×4 Latin square that uses the letters A, B, C, and D as symbols:
A B C D
B D A C
C A D B
D C B A
Note that, in a Latin square, each row and column is a permutation of the symbols. This means that the symbols are rearranged in each row and column, but each symbol still appears exactly once in each row and column.
Latin squares have a number of applications in various fields, such as statistics, design of experiments, and coding theory. In statistics, Latin squares are often used in the design of experiments to control for the effects of nuisance variables. In coding theory, Latin squares are used in the construction of error-correcting codes.
Overall, Latin squares are an interesting and useful mathematical concept that have a wide range of applications in many different fields.