Determinants
1. Determinants, Minors, and Cofactors
Every square matrix has a special numerical value associated with it called a Determinant, denoted by or . The determinant tells us immediately if a matrix is invertible.
For a Matrix
If , then .
The Rule: A matrix is invertible if and only if .
Minors and Cofactors (For and larger)
To find the determinant of larger matrices, we must first break them down into smaller pieces called Minors and Cofactors.
The Minor (): Let be an matrix. The minor of the entry is the determinant of the sub-matrix that remains after you physically cross out the -th row and -th column.
The Cofactor (): The cofactor is simply the Minor, but with a specific positive or negative sign attached to it based on its position in the matrix.
Pro-Tip: You don't actually need to calculate every time. The signs always follow a "checkerboard" pattern starting with a positive in the top left:
2. Determinants by Cofactor Expansion
To calculate the full determinant of a (or larger) matrix, we use a process called Cofactor Expansion.
The Theorem
You can pick ANY single row or ANY single column in the matrix. Multiply each entry in that row/column by its corresponding Cofactor, and add the products together. The sum will always be the determinant!
(Expansion along row 1)
The "Save Time" Trick
Since you multiply the entries by their cofactors, always look for a row or column that has the most zeros! If an entry is , you don't even have to calculate its cofactor, because .
Corollary: If a matrix has an entire row of zeros, or an entire column of zeros, its determinant is automatically (and therefore, it is not invertible).
3. The Arrow Technique (Shortcut for and )
There is a visual shortcut for evaluating determinants, but it only works for and matrices! Do not attempt this on a .
- Copy the first two columns of the matrix and paste them to the immediate right of the matrix.
- Draw three diagonal arrows pointing down and to the right. Multiply the numbers along each arrow, and add these products together.
- Draw three diagonal arrows pointing up and to the right. Multiply the numbers along each arrow, and subtract these products from your total.
4. Evaluating Determinants by Row Reduction
Sometimes cofactor expansion is too tedious. You can actually use elementary row operations to find the determinant, but you have to keep track of how the operations change the determinant value!
The Theorems
Let be a square matrix:
Multiply a Row: If you multiply a single row (or column) of by a constant to get a new matrix , then .
Swap Rows: If you interchange two rows (or columns) to get , then the sign flips: .
Add Rows (The Best One!): If you add a constant times one row to another row to get , the determinant does not change at all: .
The Scalar Theorem (Extremely Important)
If you multiply an entire matrix by a scalar , you are essentially multiplying every single row by . Because of rule #1 above, the scalar gets pulled out times!
5. Triangular Matrices and Determinant Properties
Triangular Matrices
A matrix is considered triangular if all entries below the main diagonal are zero (upper triangular) or all entries above the main diagonal are zero (lower triangular).
Theorem: If is a triangular matrix, then is simply the product of the entries on its main diagonal!
Other Crucial Determinant Properties
Let and be square matrices of the same size:
Transpose: The determinant of a transpose is the same as the original matrix:
Product Rule: The determinant of a product is the product of the determinants:
Inverse Rule: If is invertible (), then:
Addition Warning: In general, . Be careful not to distribute determinants over addition or subtraction!