Adjugate Matrix and Matrix Inverse Formula
The adjugate matrix, constructed from cofactors, provides an explicit formula for the inverse of a matrix. This connection reveals the deep relationship between determinants and invertibility.
The adjugate (or classical adjoint) of an matrix , denoted , is the transpose of the cofactor matrix:
That is, the -entry of is the cofactor (note the index swap).
Explicitly:
For any matrix :
Consequently, if , then is invertible with:
This formula is primarily of theoretical importance; for numerical computation, Gaussian elimination is far more efficient than computing cofactors.
Find the inverse of .
First, , so is invertible.
Compute cofactors:
- ,
- ,
Thus:
Therefore:
Consider the system where is with . Let be the matrix obtained by replacing column of with .
Then the unique solution is:
Solve:
We have and , with .
While Cramer's rule provides elegant theoretical insightβexpressing solutions directly via determinantsβit's computationally inefficient for large systems, requiring determinant calculations. Gaussian elimination remains the practical algorithm for solving linear systems.