Ch02. Matrix Algebra
The Inverse of a Matrix
- An matrix is said to be invertible if there is an matrix such that where , the identity matrix.
- In this case, is an inverse of .
- In fact, is uniquely determined by , because if were another inverse of , then
- This unique inverse is denoted by , so that
Theorem 4
Let . If , then is invertible and
If , then is not invertible.
- The quantity is called the determinant of , and we write .
- This theorem says that a matrix is invertible if and only if .
Theorem 5
If is an invertible matrix, then for each in , the equation has the unique solution .
Proof:
- Take any .
- A solution exists because if is substituted for , then .
- So is a solution.
- To prove that the solution is unique, show that if is any solution, then must be .
- If we can multiply both sides by and obtain .
Theorem 6
- If is an invertible matrix, then is invertible and
- If and are invertible matrices, then so is and the inverse of is the product of the inverses of and in the reverse order. That is,
- If is an invertible matrix, then so is , and the inverse of is the transpose of . That is,
Proof:
To verify statement 1., find a matrix such that
- These equations are satisfied with in place of . Hence is invertible, and is its inverse.
Next, to prove statement 2., compute:
- A similar calculation shows that .
For statement 3., use Theorem 3(4), read from right to left,
- Similarly, .
- Hence is invertible, and its inverse is .
The generalization of Theorem 6(2) is as follows:
The product of invertible matrices is invertible, and the inverse is the product of their inverses in the reverse order.
- There is an important connection between invertible matrices and row operations that leads to a method for computing inverses.
- An invertible matrix is row equivalent to an identity matrix, and we can find by watching the row reduction of to .
Elementary Matrices
- An elementary matrix is one that is obtained by performing a single elementary row operation on an identity matrix.
Elementary Row Operations 에 대한 복습 반드시 필요함. elementary row operation
Example 5
Let , , ,
Compute , and , and describe how these products can be obtained by elementary row operations on .
Solution:
Verify that
- Addition of -4 time row 1 of to row 3 produces : Relplacement.
- An interchange of rows 1 and 2 of produces , and
- multiplication of row 3 of by 5 produces : Scaling.
- Left-multiplication (that is, multiplication on the left) by in Example 1 has the same effect on any matrix.
매우 중요함. Elementary Matrix를 우리가 배우는 이유 중 하나임.
- Since , we see that itself is produced by this same row operation on the identity.
매우 쉽게 Elementary Matrix를 구할 수 있음. row operation을 product of matrix로 구현할 수 있음.
Example 5 illustrates the following general fact about elementary matrices.
- If an elementary row operation is performed on an matrix ,
the resulting matrix can be written as
where the matrix is created by performing the same row operation on . - Each elementary matrix is invertible. The inverse of is the elementary matrix of the same type that transforms back into .
Theorem 7
An matrix is invertible if and only if is row equivalent to , and in this case, any sequence of elementary row operations that reduces to also transforms into .
Proof:
- Suppose that is invertible.
- Then, since the equation has a solution for each (Theorem 5), has a pivot position in every row.
Because is square, the pivot positions must be on the diagonal, which implies that the reduced echelon form of is . That is, .
Now suppose, conversely, that .
- Then, since each step of the row reduction of corresponds to left-multiplication by an elementary matrix, there exist elementary matrices such that .
That is,
Since the product of invertible matrices is invertible, (1) leads to
Thus is invertible, as it is the inverse of an invertible matrix (Theorem 6). Also, .
- Then , which says that results from applying successively to .
- This is the same sequence in (1) that reduced to .
Algorithm for Finding A to the Negative First Power
- Row reduce the augmented matrix .
- If is row equivalent to , then is row equivalent to .
- Otherwise, does not have an inverse.
Example 2
Find the inverse of the matrix , if it exists.
Solution:
- Theorem 7 shows, since , that is invertible, and
means that is row equivalent to .
- Now, check the final answer.
- It is not necessary to check that since is invertible.
Another View of Matrix Inversion
- Denote the columns of by .
- Then row reduction of to can be viewed as the simultaneous solution of the systems where the “augmented columns” of these systems have all been placed next to to form .
- The equation and the definition of matrix multiplication show that the columns of are precisely the solutions of the systems in (2).