Advanced Topics: Adjoint and Cramer's Rule
1. The Adjoint Matrix and Finding Inverses
We learned the Gauss-Jordan algorithm to find the inverse of a large matrix. There is also a determinant-based formula to find the inverse using the Adjoint.
Definition
Let be a square matrix, and let be its corresponding cofactor matrix (the matrix formed by replacing every entry in with its cofactor).
The adjoint of , denoted by , is the transpose of the cofactor matrix:
The Adjoint Inverse Formula
If is an invertible matrix, then you can find its inverse by multiplying the adjoint by over the determinant:
How to Use It
- Calculate the determinant of . (If it's , stop—it's not invertible!)
- Find the cofactor for every single entry to build matrix .
- Transpose to get .
- Multiply by the scalar .
2. Cramer's Rule
Cramer's Rule is a fantastic shortcut for solving a linear system without ever doing row reduction! It uses determinants to solve directly for individual variables.
The Theorem
Let be a system of equations in unknowns such that . Then the system has a unique solution given by the formulas:
How to find
The matrix is obtained by taking the original coefficient matrix , and completely replacing its -th column with the constant vector .
Example
Solve the system:
Step 1 - Find :
Evaluate the determinant of the coefficient matrix. Let's say .
Step 2 - Find :
Replace the 1st column of with the constants . Evaluate the determinant of this new matrix :
Step 3 - Find :
Replace the 2nd column of with the constants . Evaluate the determinant to get :
Step 4 - Find :
Replace the 3rd column of with the constants . Evaluate the determinant to get :