Hubbry Logo
Elementary matrixElementary matrixMain
Open search
Elementary matrix
Community hub
Elementary matrix
logo
7 pages, 0 posts
0 subscribers
Be the first to start a discussion here.
Be the first to start a discussion here.
Elementary matrix
Elementary matrix
from Wikipedia

In mathematics, an elementary matrix is a square matrix obtained from the application of a single elementary row operation to the identity matrix. The elementary matrices generate the general linear group GLn(F) when F is a field. Left multiplication (pre-multiplication) by an elementary matrix represents the corresponding elementary row operation, while right multiplication (post-multiplication) represents the corresponding elementary column operation.

Elementary row operations are used in Gaussian elimination to reduce a matrix to row echelon form. They are also used in Gauss–Jordan elimination to further reduce the matrix to reduced row echelon form.

Elementary row operations

[edit]

There are three types of elementary matrices, which correspond to three types of row operations (respectively, column operations):

Row switching
A row within the matrix can be switched with another row.
Row multiplication
Each element in a row can be multiplied by a non-zero constant. It is also known as scaling a row.
Row addition
A row can be replaced by the sum of that row and a multiple of another row.

If E is an elementary matrix, as described below, to apply the elementary row operation to a matrix A, one multiplies A by the elementary matrix on the left, EA. The elementary matrix for any row operation is obtained by executing the operation on the identity matrix. This fact can be understood as an instance of the Yoneda lemma applied to the category of matrices.[1]

Row-switching transformations

[edit]

The first type of row operation on a matrix A switches all matrix elements on row i with their counterparts on a different row j. The corresponding elementary matrix is obtained by swapping row i and row j of the identity matrix.

So Ti,j A is the matrix produced by exchanging row i and row j of A.

Coefficient wise, the matrix Ti,j is defined by :

Properties

[edit]
  • The inverse of this matrix is itself:
  • Since the determinant of the identity matrix is unity, It follows that for any square matrix A (of the correct size), we have
  • For theoretical considerations, the row-switching transformation can be obtained from row-addition and row-multiplication transformations introduced below because

Row-multiplying transformations

[edit]

The next type of row operation on a matrix A multiplies all elements on row i by m where m is a non-zero scalar (usually a real number). The corresponding elementary matrix is a diagonal matrix, with diagonal entries 1 everywhere except in the ith position, where it is m.

So Di(m)A is the matrix produced from A by multiplying row i by m.

Coefficient wise, the Di(m) matrix is defined by :

Properties

[edit]
  • The inverse of this matrix is given by
  • The matrix and its inverse are diagonal matrices.
  • Therefore, for a square matrix A (of the correct size), we have

Row-addition transformations

[edit]

The final type of row operation on a matrix A adds row j multiplied by a scalar m to row i. The corresponding elementary matrix is the identity matrix but with an m in the (i, j) position.

So Lij(m)A is the matrix produced from A by adding m times row j to row i. And A Lij(m) is the matrix produced from A by adding m times column i to column j.

Coefficient wise, the matrix Li,j(m) is defined by :

Properties

[edit]
  • These transformations are a kind of shear mapping, also known as a transvections.
  • The inverse of this matrix is given by
  • The matrix and its inverse are triangular matrices.
  • Therefore, for a square matrix A (of the correct size) we have
  • Row-addition transforms satisfy the Steinberg relations.

See also

[edit]

References

[edit]
Revisions and contributorsEdit on WikipediaRead on Wikipedia
from Grokipedia
In linear algebra, an is a square matrix obtained by performing a single elementary row operation on the . These operations include interchanging two rows (Type I), multiplying a row by a nonzero scalar (Type II), or adding a scalar multiple of one row to another row (Type III). Multiplying a matrix on the left by an elementary matrix applies the corresponding row operation to it, which is fundamental for and row reduction processes. Every elementary matrix is invertible, with its inverse also being an elementary matrix of the same type; for instance, Type I matrices are their own inverses, while the inverses of Type II and III involve the negative of the scalar used. This invertibility property ensures that sequences of elementary row operations correspond to by a product of elementary matrices, preserving the equivalence of matrices under row transformations. A key theorem states that a square matrix is invertible if and only if it can be expressed as a product of elementary matrices, highlighting their role in characterizing the general linear group of invertible matrices. Elementary matrices are essential in applications such as computing matrix inverses—via augmenting with the identity and row reducing—and deriving LU decompositions for solving linear systems efficiently.

Background: Elementary Row Operations

Row Switching

Row switching is an elementary row operation that exchanges two distinct rows, indexed as row ii and row jj where iji \neq j, in a matrix AA to form a new matrix with those rows interchanged. This operation reorders the rows without altering the underlying relationships in the matrix. The row switching operation is commonly notated as RiRjR_i \leftrightarrow R_j, indicating the interchange of row ii and row jj. In the of elementary matrices, this is represented by left-multiplying AA by an elementary matrix EijE_{ij}, yielding EijAE_{ij}A as the matrix with rows ii and jj swapped. For example, consider the 3×3 matrix (031952213).\begin{pmatrix} 0 & 3 & 1 \\ 9 & 5 & -2 \\ 2 & 1 & 3 \end{pmatrix}.
Add your contribution
Related Hubs
User Avatar
No comments yet.