Elementary matrices are a key concept in linear algebra. An elementary matrix is derived from the identity matrix by performing a single elementary row operation. This concept is vital because any matrix can be transformed into simpler forms by using these row operations in sequence.
There are three kinds of elementary row operations:
- Row swapping: Exchanging two rows in a matrix.
- Scaling: Multiplying all elements of a row by a non-zero scalar.
- Row addition: Adding a multiple of one row to another row.
For the permutation matrix question you are studying, we focus on the first type—row swapping. To express a permutation matrix as a product of elementary matrices, row interchanges become the building blocks.