There is no commentSelect some text and then click Comment, or simply add a comment to this page from below to start a discussion.
Matrix multiplication and transpose
Problem
Let and be matrices. Show the following.
.
.
Thought
These are well-known properties of the determinant. The hard part is to show it by the definition . Therefore, it is critical to think again which one implies which one and avoid circular arguments. In our case, we defined the determinant algorithmically by and three rules. Equivalently, we knew there are two cases:
If is invertible, then can be written as a sequence of elementary matrices , whose determinants are defined by the three rules, and .
If is singular, then .
Sample answer
For Problem 1, consider two cases.
Case 1: Both and are invertible.
In this case, we may write and as products of elementary matrices. That is,
By definition, and . Now it is easy to check that
which is a product of elementary matrices. Therefore,
Case 2: One of or is singular.
Recall that for a square matrix , the following are equivalent.
is singular.
There is a nonzero vector such that . (Right kernel contains a nonzero vector.)
There is a nonzero vector such that . (Left kernel contains a nonzero vector.)
If is singular, then there is a vector such that . Thus, is a square matrix such that with nonzero, so is singular. Similarly, if is singular, then there is a vector such that . Thus, is a square matrix such that with nonzero, so is singular.
Therefore, if or is singular, then is singular. Consequently,
For Problem 2, consider two cases.
Case 1: is invertible.
If is invertible, then can be written as a product of elementary matrices. That is, .
Now we examine the transpose of an elementary matrix. If is an elementary matrix corresponding to swapping, then and . If is an elementary matrix corresponding to rescaling by , then and . Finally, if is the elementary matrix corresponding to a row combination , then is the elementary matrix corresponding to the row combination . In this case, . In summary, if is an elementary matrix.
Now it is easy to see that
which is again a product of elementary matrices. Therefore,
Case 2: is singular.
If is singular, then is also singular, so .
This note can be found at Course website > Learning resources.