In mathematics, an elementary matrix is a matrix which differs from the identity matrix by one single elementary row operation. The elementary matrices generate the general linear group of invertible matrices. Left multiplication (pre-multiplication) by an elementary matrix represents elementary row operations, while right multiplication (post-multiplication) represents elementary column operations.
In algebraic K-theory, "elementary matrices" refers only to the row-addition matrices.
Contents |
Elementary row operations do not change the solution set of the system of linear equations represented by a matrix, and are used in Gaussian elimination (respectively, Gauss-Jordan elimination) to reduce a matrix to row echelon form (respectively, reduced row echelon form).
The acronym "ERO" is commonly used for "elementary row operations".
Elementary row operations do not change the kernel of a matrix (and hence do not change the solution set), but they do change the image. Dually, elementary column operations do not change the image, but they do change the kernel.
There are three types of (n x n) elementary matrices: 1) Permutation Matrix 2) Diagonal Matrix 3) Unipotent Matrix
There are three types of elementary matrices, which correspond to three types of row operations (respectively, column operations):
The elementary matrix for any row operation is obtained by executing the operation on an identity matrix.
This transformation, Tij, switches all matrix elements on row i with their counterparts on row j. The matrix resulting in this transformation is obtained by swapping row i and row j of the identity matrix.
This transformation, Ti(m), multiplies all elements on row i by m where m is non zero. The matrix resulting in this transformation is obtained by multiplying all elements of row i of the identity matrix by m.
This transformation, Tij(m), adds row j multiplied by m to row i. The matrix resulting in this transformation is obtained by taking row j of the identity matrix, and adding it m times to row i.
These are also called shear mappings or transvections.