Permutation matrix

ID: permutation-matrix

A permutation matrix is a special type of square binary matrix that is used to represent a permutation of a finite set. Specifically, it is an \( n \times n \) matrix that contains exactly one entry of 1 in each row and each column, and all other entries are 0.

New to topics? Read the docs here!