kevinlui's site
5.1/5.2 - Determinants
Let be a linear transform and be the square matrix defined so that . Then the absolute value of the determinant of , denoted det(), measures the change in volume under . This means that if is a shape of volume V then has volume V.
Definition: For any , The determinant is the unique function from the set of square matrices of size so the real numbers with the following 3 properties:
,
When viewing a square matrices as a list of column vectors, the determinant is -linear. This means .
If this there is a column of zero, then the determinant is zero.
The determinant of a linear transform is the determinant of its associated matrix.
Properties:
,
,
If is upper (or lower) triangular, then is the product of the diagonal,
,
If has positive nullity, then .
Computation: There is a thing called cofactor expansion. It is terrible but we will learn it. In practice, another method is used like -decomposition. There decompositon of a matrix is where is lower trianguluar and is upper triangular. Then , where and is the product of the diagonal. Give and shortcuts and the general cofactor formula. Note that you can expand along any row or column.
Notation: Often you denote the determinant of a matrix by replacing the square brackets by straight lines.
Examples: Compute the determinant in the following cases:
. Also what is the determinant of here? (demonstrate that here)
Here is a example
Here is a example that I won't actually work out fully
Theorem: Let be a set of vectors in , let and be given by . Then the following are equivalent:
spans ,
is linearly independent,
is a basis for ,
has a unique solution for every ,
is onto,
is one-to-one,
,
,
,
,
,
,
Any echelon form of has no zero entries on the diagonal,
The reduced echelon form of is the identity matrix,
,
tldr: Determinant tells you about change of volume. It is a test of invertibility.