01m×n
01m×n, typically written as 0-1 m-by-n matrices, denotes the set of binary matrices with m rows and n columns. In such matrices every entry aij belongs to the set {0,1}. These matrices are used to encode incidence or adjacency relations in a compact numeric form.
Interpretations and examples: A 0-1 m×n matrix can represent a relation between two finite sets X and
Properties and counting: The total number of m×n binary matrices is 2^(mn). Row sums and column sums
Applications and related concepts: 0-1 matrices appear in statistics (contingency tables), computer science (sparse relations, data