Definition:Permutation Matrix/Examples/Full Rook Matrix

From ProofWiki
Jump to navigation Jump to search

Example of Permutation Matrix

An $8 \times 8$ permutation matrix is known as a full rook matrix.


For example:

$\mathbf A = \begin{bmatrix} 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 \\ 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 \\ 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 \\ 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\ 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 \\ 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 \\ 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 \\ \end{bmatrix}$


That is, it is a rook matrix in which each row and column has a $1$ in it.


Also see


Sources