Tldr

Elementary matrices are like the building blocks of matrix operations. They simplify complex matrices, help us understand Gaussian elimination, and reveal important relationships between matrices.

Elementary Matrices

  • What they are: Elementary matrices are special types of non-singular matrices obtained by performing a single elementary row or column operation on an identity matrix.
  • Why they’re important:
    • They provide a clear, formal way to represent and perform elementary row/column operations.
    • They are fundamental to understanding Gaussian elimination and Gauss-Jordan elimination.
    • Their inverses are also elementary matrices of the same type, which means every elementary operation is reversible by another elementary operation.
    • Any invertible (non-singular) matrix can be expressed as a product of elementary matrices.
  • The Big Three Types: We primarily focus on three types of elementary matrices, corresponding to the three elementary row/column operations:
    • Type I (Row/Column Swap): Obtained by interchanging two rows or columns of the identity matrix.
    • Type II (Row/Column Scaling): Obtained by multiplying a single row or column of the identity matrix by a non-zero scalar.
    • Type III (Row/Column Addition): Obtained by adding a multiple of one row/column to another row/column of the identity matrix.
  • Left vs. Right Multiplication:
    • Multiplying a matrix on the left by an elementary matrix performs a row operation.
    • Multiplying a matrix on the right by an elementary matrix performs a column operation.

Equivalence and Uniqueness

  • Nonsingular Matrices: Any nonsingular matrix can be expressed as a product of elementary matrices. This means you can get to any nonsingular matrix by a sequence of these basic operations.
  • Equivalent Matrices: If matrix is obtained from matrix by multiplying by elementary matrices (either on the left for row operations or on the right for column operations), then and are considered equivalent matrices.
  • Why equivalence matters:
    • Row Equivalence: If and are row equivalent (meaning was obtained from using only row operations), they have the same row space and the same null space (set of solutions to ).
    • Column Equivalence: Similarly, if and are column equivalent, they have the same column space and the same left null space (set of solutions to ).
  • Unique Forms:
    • Row Reduced Echelon Form (RREF): This is a unique form obtained by applying only row operations to a matrix. It’s super useful for solving systems of linear equations, finding the null space, and determining the rank of a matrix.
    • Rank Normal Form: This form is achieved by applying both row and column operations. It’s a highly simplified diagonal form that explicitly shows the rank of the matrix.

(Meyer, 2000, pp. 131–138)

Reference

Meyer, C. D. (2000). Matrix Analysis and Applied Linear Algebra (Vol. 71). SIAM.