Binary matrix

From Wikipedia, the free encyclopedia

In mathematics, particularly matrix theory, a binary matrix is either (usually) a matrix whose entries are zeros or ones belonging to any field (this is also called a (0,1)-matrix), or (especially in matroid theory) a matrix whose elements belong to the two-element Galois field GF(2).

It is not difficult to see that the number of m×n binary matrices is equal to 2mn, and is thus finite.

[edit] Examples

Examples of binary matrices are numerous:

\begin{pmatrix} 0 & 1\\ 1 & 0\\ \end{pmatrix} is a 2×2 binary matrix.
In other languages