Link Search Menu Expand Document

Homework 12 - Determinants

  1. Compute the determinant of (1102211110110211)\begin{pmatrix} 1 & -1 & 0 & 2 \\ -2 & 1 & 1 & -1 \\ 1 & 0 & -1 & 1 \\ 0 & 2 & -1 & -1 \end{pmatrix} by hand using both Gaussian Elimination and a cofactor expansion. Feel free to check your answer using Sage.

  2. A matrix AA is called nilpotent if there is some l>0l > 0 with Al=0A^l = 0. What is the determinant of AA?

    If detA=0\det A = 0, is AA necessarily nilpotent?

  3. Let AA be an m×nm \times n matrix with m<nm < n. Show that if the rows of AA are linearly dependent then the determinant of any m×mm \times m matrices obtained from AA by deleting nmn-m columns must be 00.

    Conclude that, if at least one of the m×mm \times m matrices obtained from AA by deleting nmn-m columns from AA has nonzero determinant, then the rows of AA are linearly independent.

  4. Let BB be a m×2m \times 2 matrix. Assume all the determinants of the 2×22 \times 2 matrices obtained from BB by deleting all but 22 rows are 00. Show that all rows of BB are scalar multiples of a single row.

    It is also true that, for m>nm > n, if all m×mm \times m sub- matrices of m×nm \times n BB have zero determinant then the rows of BB are linearly dependent.

  5. A matrix n×nn \times n is block diagonal if we have some 1nin1 \leq n_i \leq n with with ni=n\sum n_i = n and for each 1is1 \leq i \leq s there are ni×nin_i \times n_i matrices AiA_i and A=(A1000A2000As)A = \begin{pmatrix} A_1 & 0 & \cdots & 0 \\ 0 & A_2 & \cdots & 0 \\ \vdots & \vdots & \ddots & \vdots \\ 0 & 0 & \cdots & A_s \end{pmatrix} So for example, (120340005)\begin{pmatrix} 1 & 2 & 0 \\ 3 & 4 & 0 \\ 0 & 0 & 5 \end{pmatrix} is a block diagonal matrix with a 2×22 \times 2 block and a 1×11 \times 1 block.

    Show that detA=i=1sdetAi\det A = \prod_{i=1}^s \det A_i