Matrix Algebra » Elementary Matrices
Maybe your like
The transformations we perform on a system or on the corresponding augmented matrix, when we attempt to solve the system, can be simulated by matrix multiplication. More precisely, each of the three transformations:
- multiplication of a row by a nonzero constant k;
- interchanging two rows;
- addition of a constant k times one row to another;
An elementary matrix is a matrix which differs from the identity matrix by one single elementary row operation.
Since there are three elementary row transformations, there are three different kind of elementary matrices. If we let A be the matrix that results from B by performing one of the operations in the above list, then the matrix B can be recovered from A by performing the corresponding operation in the following list:
- multiplication of the same row by constant 1/k;
- interchanging the same two rows;
- if A results by adding k times row i of B to row j, then add -k times row j to row j.
The elementary matrices generate the general linear group of invertible matrices. 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.
Examples of elementary matrices. Example: Let \( {\bf E} = \begin{bmatrix} 0&1&0 \\ 1&0&0 \\ 0&0&1 \end{bmatrix} \) be an elementary matrix which is obtained from the identity 3-by-3 matrix by switching rows 1 and 2. Upon multiplication it from the left arbitrary matrix, we obatin \[ \begin{bmatrix} 0&1&0 \\ 1&0&0 \\ 0&0&1 \end{bmatrix} \, \begin{bmatrix} 1&2&3&4 \\ 1&-1&-2&-3 \\ 2&3&1&-1 \end{bmatrix} = \begin{bmatrix} 1&-1&-2&-3 \\ 1&2&3&4 \\ 2&3&1&-1 \end{bmatrix} . \] Let \( {\bf E} = \begin{bmatrix} 1&0&0 \\ 0&3&0 \\ 0&0&1 \end{bmatrix} \) be an elementary matrix which is obtained from the identity 3-by-3 matrix by multiplying row 2 of the identity matrix by 3. Then \[ \begin{bmatrix} 1&0&0 \\ 0&3&0 \\ 0&0&1 \end{bmatrix} \, \begin{bmatrix} 1&2&3&4 \\ 1&-1&-2&-3 \\ 2&3&1&-1 \end{bmatrix} = \begin{bmatrix} 1&-1&-2&-3 \\ 3&-3&-6&9 \\ 2&3&1&-1 \end{bmatrix} . \] Let \( {\bf E} = \begin{bmatrix} 1&0&0 \\ 0&1&0 \\ -2&0&1 \end{bmatrix} \) be an elementary matrix which is obtained from the identity 3-by-3 matrix by replacing row 3 of the identity matrix by row 3 plus -2 times row 1. Then \[ \begin{bmatrix} 1&0&0 \\ 0&1&0 \\ -2&0&1 \end{bmatrix} \, \begin{bmatrix} 1&2&3&4 \\ 1&-1&-2&-3 \\ 2&3&1&-1 \end{bmatrix} = \begin{bmatrix} 1&2&3&4 \\ 1&-1&-2&-3 \\ 0&-1&-5&-9 \end{bmatrix} . \] {{1, 0, 0}, {0, 1, 0}, {-2, 0, 1}}.{{1, 2, 3, 4}, {1, -1, -2, -3}, {2, 3, 1, -1}} Out[6]= {{1, 2, 3, 4}, {1, -1, -2, -3}, {0, -1, -5, -9}}Theorem: If the elementary matrix E results from performing a certain row operation on the identity n-by-n matrix and if A is an \( n \times m \) matrix, then the product E A is the matrix that results when this same row operation is performed on A. ■
Theorem: The elementary matrices are nonsingular. Furthermore, their inverse is also an elementary matrix. That is, we have:
- The inverse of the elementary matrix which interchanges two rows is itself.
- The inverse of the elementary matrix which simulate \( \left( k\,R_i \right) \leftrightarrow \left( R_i \right) \) is the elementary matrix which simulates \( \left( k^{-1} R_i \right) \leftrightarrow \left( R_i \right) . \)
- The inverse of the elementary matrix which simulates \( \left( R_j + k\,R_i \right) \leftrightarrow \left( R_j \right) \) is the elementary matrix which simulates \( \left( R_j - k^{-1} R_j \right) \leftrightarrow \left( R_i \right) . \) ■
If the vectors \( \left\{ {\bf u}_1 , {\bf u}_2 , \ldots , {\bf u}_n \right\} \) form a basis for a vector space V, then every vector in V can be uniquely expressed in the form switching rows 1 and 2 {\bf v} = \alpha_1 {\bf u}_1 + \alpha_2 {\bf u}_2 + \cdots + \alpha_n {\bf u}_n \]
Tag » What Is An Elementary Matrix
-
Elementary Matrix - Wikipedia
-
Elementary Matrix - StatLect
-
2.8: Elementary Matrices - Mathematics LibreTexts
-
3.8 Elementary Matrices
-
Elementary Matrix - An Overview | ScienceDirect Topics
-
Elementary Matrices Example
-
Elementary Matrix - Wiktionary
-
What Are Elementary Matrices? - Quora
-
1.5 Elementary Matrices - KSUWeb
-
[선형대수학] 7. Elementary Matrix - 분석벌레의 공부방
-
MAT-0060: Elementary Matrices - Ximera
-
Elementary Operation Of Matrix With Examples - Byju's
-
[PDF] Inverses And Elementary Matrices