26. Determinants: examples

26. Determinants: examples

Example:

Let A=(14-4-2-2-43-33) . 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 R2R2+2R1 and R3R3-3R1 which gives: (14-406-120-1515) To clear the -15 below the diagonal, we do R3R3+52R2 , giving: (14-406-1200-15). This is in echelon form. Therefore det(A)=1×6×(-15)=-90 .

Example:

Let B=(2-3-142-3242-1-4-32-342) . Let's clear the first column with R2R2-R1 , R3R3-R1 , R4R4-R1 , yielding: (2-3-14003002-3-7005-2) Now let's swap R2R3 : (2-3-1402-3-70030005-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 R4R4-53R3 : (2-3-1402-3-70030000-2) which is now in echelon form.

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