elementary matrix (original) (raw)

Elementary Operations on Matrices

Let 𝕄 be the set of all m×n matrices (over some commutative ring R). An operationMathworldPlanetmath on 𝕄 is called an elementary row operation if it takes a matrix M∈𝕄, and does one of the following:

    1. interchanges of two rows of M,
    1. multiply a row of M by a non-zero element of R,
    1. add a (constant) multiple of a row of M to another row of M.

An elementary column operation is defined similarly. An operation on 𝕄 is an elementary operation if it is either an elementary row operation or elementary column operation.

For example, if M=(abcdef), then the following operations correspond respectively to the three types of elementary row operations described above

    1. (abefcd) is obtained by interchanging rows 2 and 3 of M,
    1. (abr⁢cr⁢def) is obtained by multiplying r≠0 to the second row of M,
    1. (abcds⁢a+es⁢b+f) is obtained by adding to row 1 multiplied by s to row 3 of M.

Some immediate observation: elementary operations of type 1 and 3 are always invertiblePlanetmathPlanetmathPlanetmath. The inversePlanetmathPlanetmathPlanetmathPlanetmath of type 1 elementary operation is itself, as interchanging of rows twice gets you back the original matrix. The inverse of type 3 elementary operation is to add the negative of the multiple of the first row to the second row, thus returning the second row back to its original form. Type 2 is invertible provided that the multiplier has an inverse.

Some notation: for each type k (where k=1,2,3) of elementary operations, let Eck⁢(A) be the set of all matrices obtained from A via an elementary column operation of type k, and Erk⁢(A) the set of all matrices obtained from A via an elementary row operation of type k.

Elementary Matrices

Now, assume R has 1. An n×n elementary matrix is a (square) matrix obtained from the identity matrixMathworldPlanetmath In by performing an elementary operation. As a result, we have three types of elementary matrices, each corresponding to a type of elementary operations:

    1. transposition matrix Ti⁢j: an matrix obtained from In with rows i and j switched,
    1. basic diagonal matrix Di⁢(r): a diagonal matrixMathworldPlanetmath whose entries are 1 except in cell (i,i), whose entry is a non-zero element r of R
    1. row replacement matrix Ei⁢j⁢(s): In+s⁢Ui⁢j, where s∈R and Ui⁢j is a matrix unit with i≠j.

For example, among the 3×3 matrices, we have

T12=(010100001),D3⁢(r)=(10001000r),and E32⁢(s)=(1000100s1)

For each positive integer n, let 𝔼k⁢(n) be the collectionMathworldPlanetmath of all n×n elementary matrices of type k, where k=1,2,3.

Below are some basic properties of elementary matrices:

Remarks.

Title elementary matrix
Canonical name ElementaryMatrix
Date of creation 2013-03-22 18:30:38
Last modified on 2013-03-22 18:30:38
Owner CWoo (3771)
Last modified by CWoo (3771)
Numerical id 13
Author CWoo (3771)
Entry type Definition
Classification msc 15-01
Related topic MatrixUnit
Related topic GaussianElimination
Defines elementary operation
Defines elementary column operation
Defines elementary row operation
Defines basic diagonal matrix
Defines transposition matrix
Defines row replacement matrix