Elementary matrix

From Wikipedia, the free encyclopedia
(Redirected from Row operations)
Jump to navigation Jump to search

Template:Short description

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)Script error: No such module "Check for unknown parameters". when FScript error: No such module "Check for unknown parameters". is a field. Left multiplication (pre-multiplication) by an elementary matrix represents elementary row operations, while right multiplication (post-multiplication) represents elementary column operations.

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

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.
RiRj
Row multiplication
Each element in a row can be multiplied by a non-zero constant. It is also known as scaling a row.
kRiRi, where k0
Row addition
A row can be replaced by the sum of that row and a multiple of another row.
Ri+kRjRi,where ij

If Template:Mvar is an elementary matrix, as described below, to apply the elementary row operation to a matrix Template:Mvar, one multiplies Template:Mvar by the elementary matrix on the left, Template:Mvar. 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

Script error: No such module "Labelled list hatnote". The first type of row operation on a matrix Template:Mvar switches all matrix elements on row Template:Mvar with their counterparts on a different row Template:Mvar. The corresponding elementary matrix is obtained by swapping row Template:Mvar and row Template:Mvar of the identity matrix.

Ti,j=[101101]

So Template:Mvar is the matrix produced by exchanging row Template:Mvar and row Template:Mvar of Template:Mvar.

Coefficient wise, the matrix Template:Mvar is defined by :

[Ti,j]k,l={0ki,kj,kl1ki,kj,k=l0k=i,lj1k=i,l=j0k=j,li1k=j,l=i

Properties

  • The inverse of this matrix is itself: Ti,j1=Ti,j.
  • Since the determinant of the identity matrix is unity, det(Ti,j)=1. It follows that for any square matrix Template:Mvar (of the correct size), we have det(Ti,jA)=det(A).
  • For theoretical considerations, the row-switching transformation can be obtained from row-addition and row-multiplication transformations introduced below because Ti,j=Di(1)Li,j(1)Lj,i(1)Li,j(1).

Row-multiplying transformations

The next type of row operation on a matrix Template:Mvar multiplies all elements on row Template:Mvar by Template:Mvar where Template:Mvar 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 Template:Mvarth position, where it is Template:Mvar.

Di(m)=[11m11]

So Di(m)AScript error: No such module "Check for unknown parameters". is the matrix produced from Template:Mvar by multiplying row Template:Mvar by Template:Mvar.

Coefficient wise, the Di(m)Script error: No such module "Check for unknown parameters". matrix is defined by :

[Di(m)]k,l={0kl1k=l,kimk=l,k=i

Properties

  • The inverse of this matrix is given by Di(m)1=Di(1m).
  • The matrix and its inverse are diagonal matrices.
  • det(Di(m))=m. Therefore, for a square matrix Template:Mvar (of the correct size), we have det(Di(m)A)=mdet(A).

Row-addition transformations

The final type of row operation on a matrix Template:Mvar adds row Template:Mvar multiplied by a scalar Template:Mvar to row Template:Mvar. The corresponding elementary matrix is the identity matrix but with an Template:Mvar in the (i, j)Script error: No such module "Check for unknown parameters". position.

Lij(m)=[11m11]

So Lij(m)AScript error: No such module "Check for unknown parameters". is the matrix produced from Template:Mvar by adding Template:Mvar times row Template:Mvar to row Template:Mvar. And A Lij(m)Script error: No such module "Check for unknown parameters". is the matrix produced from Template:Mvar by adding Template:Mvar times column Template:Mvar to column Template:Mvar.

Coefficient wise, the matrix Li,j(m)Script error: No such module "Check for unknown parameters". is defined by :

[Li,j(m)]k,l={0kl,ki,lj1k=lmk=i,l=j

Properties

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

See also

References

<templatestyles src="Reflist/styles.css" />

Script error: No such module "Check for unknown parameters".

Script error: No such module "Labelled list hatnote".

  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".

Template:Matrix classes