permutation matrix (original) (raw)

1 Permutation Matrix

Let n be a positive integer. A permutation matrixMathworldPlanetmath is any n×n matrix which can be created by rearranging the rows and/or columns of the n×n identity matrixMathworldPlanetmath. More formally, given a permutationMathworldPlanetmath π from the symmetric group Sn, one can define an n×n permutation matrix Pπ by Pπ=(δi⁢π⁢(j)), where δ denotes the Kronecker delta symbol.

Premultiplying an n×n matrix A by an n×n permutation matrix results in a rearrangement of the rows of A. For example, if the matrix P is obtained by swapping rows i and j of the n×n identity matrix, then rows i and j of A will be swapped in the product P⁢A.

Postmultiplying an n×n matrix A by an n×n permutation matrix results in a rearrangement of the columns of A. For example, if the matrix P is obtained by swapping rows i and j of the n×n identity matrix, then columns i and j of A will be swapped in the product A⁢P.

2 Properties

Permutation matrices have the following properties: