Hint: Recall That A Is Invertible If and Only If A Series of Elementary Row Operations Can Bring It To The Identity Matrix.
Hint: Recall That A Is Invertible If and Only If A Series of Elementary Row Operations Can Bring It To The Identity Matrix.
Hint: Recall That A Is Invertible If and Only If A Series of Elementary Row Operations Can Bring It To The Identity Matrix.
Two of the most important theorems about determinants are yet to be proved:
Solution note:
2. Swapping two rows: determinant changes sign. Multiplying ONE row by c multiplies the
determinant by c. Replacing ”Row i” by ”Row i + c Row j” leaves the determinant unchanged,
since
R1 R1 R1 R1
R2 R2 R2 R2
.. .. .. ..
.
.
.
.
Ri + cRj Ri Rj Ri
det = det + c det = det .. + 0.
.. .. ..
.
.
. .
Rj Rj Rj Rj
.. .. .. ..
. . . .
Rn Rn Rn Rn
Note that the last equality holds because two rows are the same in one of the matrices.
3. Suppose that A has determinant D. We do elementary row ops on A, and each step, the new
determinant is a NON-ZERO multiple of the previous (either −1 if we swap rows, or c if we
scaled a row by c, or 1 if we added a multiple of a row to another). So A has deteminant
D = 0 if and only if rref A also has determinant zero. So A is invertible if and only if D 6= 0.
B. The proof of Theorem 1.
1. Suppose that A and B are n × n upper triangular matrices. Verify the theorem in this case.
2. Prove that if A is not invertible, then neither is AB (without using Theorem 1 or 2, but
rather the definition of invertible).
4. Prove the Theorem in the case A is invertible. [Hint: Recall that each elementary row
operation is multiplication by an elementary matrix, so that an invertible matrix is a product
of elementary matrices. Now do induction on the number of elementary matrices in the
product.]
Solution note:
1. The product of upper triangle matrices is also upper triangular, and the diagonal entries are
the corresponding products. So the determinant of AB is the product of the diagonal entries
of A and B.
2. Suppose, on the contrary, that AB is invertible. Suppose C is the inverse (also n × n). That
means (AB)C = In . So A(BC) = In . Since A is n × n, this means that the n × n matrix BC
is the inverse of A. This contradicts A non-invertible.
3. Suppose A is not invertible. This means the determinant of A is zero. Similarly, AB is not
invertible, so its determinant is 0. Obviously, then det A det B = det AB.