Skip to content

Latin Square

  • An n×n arrangement where every row and every column contains exactly one occurrence of each symbol.
  • Each row and column is a permutation of the symbol set.
  • Used in fields like statistics and coding theory to control factors or construct codes.

A Latin square is a square grid filled with symbols such that each row and each column contains exactly one of each symbol.

In a Latin square, the entries are drawn from some set of symbols. Every row and every column is a permutation of that symbol set, meaning the symbols are rearranged but each symbol appears exactly once in each row and column. Latin squares can be constructed for any size and with any set of symbols.

123
231
312
ABCD
BDAC
CADB
DCBA
  • Statistics and design of experiments: controlling for the effects of nuisance variables.
  • Coding theory: construction of error-correcting codes.
  • Permutation
  • Symbols
  • Statistics
  • Design of experiments
  • Nuisance variables
  • Coding theory
  • Error-correcting codes