Determinants

#folder

Cofactors

Definition

Let . For any , let be the matrix obtained from by deleting the th row and th column of . The -cofactor of , denoted by , is:

Example

Let . Then the and cofactor of is

Determinant

Definition

In , the determinant is the amount an area is scaled from a linear transformation. In , it is the change in volume after a linear transformation. For some , we refer to the "volume" as the "measure".

If the determinant is negative, then space was "flipped over".

Visualization

A linear transformation with matrix is a dilation which scales by and by . The original area formed by the parallelogram was , and after the transformation it is . As such, the .

Remark

Here's something interesting. Recall that the magnitude of the cross product is also the area of a parallelogram formed by two vectors.

Remark

Although we have talked about parallelograms and rectangles, our work generalizes for any shape.

Computing the Determinant,

Let . The determinant of is:

Notation

You may sometimes see:

which is just shorthand for

Cofactor Expansion

Computing the Determinant,

Let . For any , we define the determinant of as:

which we refer to as the cofactor expansion of along the th row of .


Also, for any ,

which we refer to as the cofactor expansion of along the th column of .

Example

Compute where .
Using cofactor expansion along the first row gives:

We could've chosen any row/column to do cofactor expansion along. Also, notice how for each number on the row, we are "crossing out" its column, then using the intersection of that column and row as our , and then using anything not crossed out as our other determinant.

The Cofactor Matrix

Definition

Let
The cofactor matrix of is

Adjugate

Adjugate, 2 x 2

Definition

Let . The determinant of is:

Adjugate, n x n

Definition

The adjugate is the transpose of the cofactor matrix

Let
The adjugate is:

Example

Find if

The Relation Between the Determinant and Adjugate

Theorem

The Relation Between the Determinant and Matrix Invertibility

Theorem

Let . is invertible if and only if , and in this case

Intuition

Recall that the determinant of the area changed by a linear transformation. If this is 0, then the transformation squishes all vectors into a smaller space. Recall that a matrix is not invertible if it squishes all vectors into a smaller space. Otherwise, the inverse would not be a function.

Properties of Determinants

Scalar Multiplication

Theorem

Let and . Then

Intuition

When you multiply every element of a matrix, you are basically "dilating" the matrix. Imagine if you had a 2x2 square, and you made it 4x4. The area does not change by merely a factor of 2. Instead, it changed by a factor of 4 (from 4 to 16), since . The idea here is the same.

Matrix Multiplication

Theorem

Let . Then

(see Matrix Multiplication)

Remark

Since multiplication of real numbers is commutative, $$\det(AB) = \det(BA)$$

Intuition

Since matrix multiplication is actually the composition of linear transformations, the change in area from the result of the two matrices is the same as the change in area from the first matrix, and then the change in area of the second matrix.

Inverted Matrix

Theorem

Let be invertible. Then

Intuition

Recall that the determinant is the change in area or volume (generalized as the term "measure" for ). If the inverse of the matrix is "replaying" a linear transformation backwards, then it must also "reset" the area. This is done with the multiplicative inverse.

Transposed Matrix

Theorem

Let . Then

(see transpose)

Proof

Trust me bro