26. Determinants: examples

26. Determinants: examples

Example:

Let A = ( 1 4 - 4 - 2 - 2 - 4 3 - 3 3 ) . Rather than applying our formula (sum over permutations), we're going to apply type I row operations to put this matrix into echelon form; this won't change the determinant, so we can take the determinant afterwards (at which point it will be the product of diagonal entries).

To clear the first column, we do R 2 R 2 + 2 R 1 and R 3 R 3 - 3 R 1 which gives: ( 1 4 - 4 0 6 - 12 0 - 15 15 ) To clear the - 15 below the diagonal, we do R 3 R 3 + 5 2 R 2 , giving: ( 1 4 - 4 0 6 - 12 0 0 - 15 ) . This is in echelon form. Therefore det ( A ) = 1 × 6 × ( - 15 ) = - 90 .

Example:

Let B = ( 2 - 3 - 1 4 2 - 3 2 4 2 - 1 - 4 - 3 2 - 3 4 2 ) . Let's clear the first column with R 2 R 2 - R 1 , R 3 R 3 - R 1 , R 4 R 4 - R 1 , yielding: ( 2 - 3 - 1 4 0 0 3 0 0 2 - 3 - 7 0 0 5 - 2 ) Now let's swap R 2 R 3 : ( 2 - 3 - 1 4 0 2 - 3 - 7 0 0 3 0 0 0 5 - 2 ) . The determinant just changed sign! We'll need to remember to stick an extra minus sign in at the end. To clear the final 5 below the diagonal, we do R 4 R 4 - 5 3 R 3 : ( 2 - 3 - 1 4 0 2 - 3 - 7 0 0 3 0 0 0 0 - 2 ) which is now in echelon form.

The determinant of B is therefore - ( 2 × 2 × 3 × - 2 ) = 24 .