It has been suggested that this article be merged with Elementary operations. (Discuss) Proposed since July 2006. |
Elementary matrix transformations or elementary row and column transformations are linear transformations which are normally used in Gaussian elimination to solve a set of linear equations. When a matrix is multiplied by an elementary matrix, the matrix would be transformed the same as if we did the operation itself. For example, when we multiply a matrix by the row-switching transformation elementary matrix, the matrix would switch the rows much like if you did the row-switching manually.
We distinguish three types of elementary transformations and their corresponding matrices:
- Row-switching transformations,
- Row-multiplying transformations,
- Linear combinator transformations.
Column transformations may be defined similarly.
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 obtained by swapping row i and row j of the identity matrix.
- 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.
- Since the determinant of the identity matrix is unity, det[Tij] = −1. It follows that for any conformable square matrix A: det[TijA] = −det[A].
Row-multiplying transformations
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.
Properties
- The inverse of this matrix is: Ti(m)−1 = Ti(1/m).
- The matrix and its inverse are diagonal matrices.
- det[Ti(m)] = m. Therefore for a conformable square matrix A: det[Ti(m)A] = m det[A].
Linear combinator transformations
This transformation, Tij(m), subtracts row j multiplied by m from row i. The matrix resulting in this transformation is obtained by taking row j of the identity matrix, and subtracting from it m times row i.
Properties
- Tij(m)−1 = Tij(−m) (inverse matrix).
- The matrix and its inverse are triangular matrices.
- det[Tij(m)] = 1. Therefore, for a conformable square matrix A: det[Tij(m)A] = det[A].
Use of these transformations
These transformations, the matrices of which are called elementary matrices, are the ones which convert a given system of equations, into one suitable for obtaining the solution in the Gauss elimination method. Directly applying any of these transforms on a matrix is equivalent to pre multiplying (post multiplying) that matrix by the corresponding row transformation (column transformation).