From lecture 2, we know that there are 3 types of elementary row operations:
Definition
Let be an matrix. Any one of the following three operations on the rows of is called an
elementary row operation:
- interchanging any two rows of .
- multiplying any row of by a non-zero scalar.
- adding any scalar multiple of a row of to another row.
What’s more interesting is the next definition:
Definition
An elementary matrix is a matrix obtained by performing an elementary operation on . The elementary matrix is said to be of type 1, 2 or 3. according to whether the elementary operation performed on is a type 1, 2 or 3 operation respectively.
What does the definition above mean? If we interchange the first two rows of , then this will produce the elementary matrix:
But why this is useful? This is useful because if we have some matrix and want to interchange the first two rows. We can perform this operation by instead multiply this new matrix above by . So we can turn our elementary row operations into a matrix multiplication! The next theorem states this fact.
Theorem 3.1
Let , and suppose that is obtained from by performing an elementary row operation. Then there exists an elementary matrix such that . In fact, is obtained from by performing the same elementary row operation as that which was performed on to obtain . Conversely, if is an elementary matrix, then is the matrix obtained from by performing the same elementary row operation as that which produces from .
This confirms what we said earlier. If we have a matrix and we want to interchange the first two rows then we can first generate the matrix from by interchanging the first two rows:
And then multiplying by to produce the same matrix produced from interchanging the first two rows in . Finally we have this nice theorem to confirm that this elementary matrix is invertible!
Theorem 3.2
Elementary matrices are invertible, and the inverse of an elementary matrix is an elementary matrix of the same type.
Proof:
Let be an elementary matrix. We know that that was obtained by some elementary row operation on . We can reverse the steps used to transform to obtain in order to get back . To get back, we had to use the same type of elementary row operation. By the previous theorem (3.1), this elementary row operation can be done using an elementary matrix such that . Therefore, is invertible and (By 2.4 Exercise 10!).
References: