Exercise 4.2.23

Answers

Use induction on n, the size of the matrix. For n = 1, every 1 × 1 matrix is upper triangular and we have the fact det (a ) = a. Assuming the statement of this exercise holds for n = k, consider any (n + 1) × (n + 1) upper triangular matrix A. We can expand A along the first row with the formula

det (A) = j=1n+1(1)1+jA 1j det (Ã1j).

And the matrix Ã1j, j1, contains one zero column and hence has rank less than n + 1. By the Corollary after Theorem 4.6 those matrix has determinant 0. However, we have the matrix Ã11 is upper triangular and by induction hypothesis we have

det (Ã11) = i=2n+1A ii.

So we know the original formula would be

det (A) = A11 det (Ã11) = i=1n+1A ii.
User profile picture
2011-06-27 00:00
Comments