3.6 Determinants (part 2)
Transpose of A
transpose of A:
rows \(\leftrightarrow\) cols
note \( \det A = \det A^T \)
True for 3x3 and beyond, too
choose col 1
choose row 1
transpose of A:
rows \(\leftrightarrow\) cols
note \( \det A = \det A^T \)
choose col 1
choose row 1
(all #s below main diagonal are 0)
(all #s above main diagonal are 0)
determinant of triangular matrix is the product of the main diagonal numbers
Can we do row operations to introduce zeros (or make matrix triangular) and then find determinant?
yes, but ...
(row 1 of A times 10)
upper triangular
same
this is good because we use the operation to introduce zeros
Consider the matrix:
Let's try to introduce zeros or make it triangular. Notice column 2 has the easiest numbers to use to introduce zeros (column 1 and 3 involve fractions).
These do NOT change the determinant:
Now column 2 is good to expand on:
Column 1 has nice numbers, so there is room to introduce more zeros.
Makes upper a 1 which is a good pivot:
Swap \((R_1, R_3)\)
One swap \(\rightarrow\) det flips sign
These do NOT change det:
\((-2)R_2 + R_3\)
\((-2)R_2 + R_4\)
\(\rightarrow\)\((-1)R_3 + R_4\)
\(\rightarrow\)Note: The matrix is now in upper triangular form. The diagonal elements are 1, 1, -12, and 5.
\(\uparrow\) from swap earlier
Normally, we do NOT do column operations (they change solutions to the system).
But, for the purpose of finding det, we can do column ops.
\((-2)C_1 + C_2\)
\(\rightarrow\)\(\det A = -2\)
\((-2)R_1 + R_2\)
\(\rightarrow\)\(\det A^T = -2\)