Elementary matrix transformations

This is an old revision of this page, as edited by 147.9.11.169 (talk) at 21:23, 11 October 2004 (Properties). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.


Elementary matrix transformations or Elementary row and column transformations are linear transformations which are normally used in gauss elimination to solve a set of linear equations.

We distinguish three types of elementary transformations and their corresponding matrices:

  1. Row switching transformations,
  2. Row multiplying transformations,
  3. Linear combinator transformations.


1. Row switching transformations

This transformation, Tij, switches all matrix elements on row i with their counterparts on row j. The matrix resulting in this transformation is:

 
That is, Tij is the matrix produced by exchanging row i and row j of the identity matrix.

Properties

  • The inverse of this matrix is itself: Tij-1=Tij.
  • When applied to a matrix A: det[TijA]=-det[A].
  • The matrix Tij is square.

2. Row multiplying transformations

This transformation, Ti(m), multiplies all elements on row i with m. The matrix resulting in this transformation is:

 

Properties

  • The inverse of this matrix is: Ti(m)-1=Ti(1/m).
  • When applied to a matrix A: det[TA]=mdet[A].
  • The matrix and its inverse are lower triangular matrices.

3. Linear combinator transformations

This transformation, Tij(m), subtracts row i multiplied by m from row j. The matrix resulting in this transformation is:

 

Properties

  • The inverse of this matrix is: Tij(m)-1=Tij(-m).
  • When applied to a matrix A: det[TA]=det[A].
  • The matrix and its inverse are lower triangular matrices.


See also