The Inverse of a 2x2 Matrix
The three-step method for inverting a 2x2 matrix: find the determinant, swap the main diagonal and flip the other signs, then divide - plus why a zero determinant means no inverse.
The three-step method for inverting a 2x2 matrix: find the determinant, swap the main diagonal and flip the other signs, then divide - plus why a zero determinant means no inverse.
Every non-zero number has a reciprocal: multiply 5 by and you get 1. Matrices have the same idea. The inverse of a matrix is the one that multiplies with it to give the identity matrix — and for a 2×2 there is a short formula.
The inverse of , written
, satisfies:
Two cautions. The symbol is notation, not an exponent — it does not mean one divided by A. And the inverse only exists when the determinant is not zero.
Three steps are hiding in that formula: find the determinant, rearrange the entries, then divide.
Find the inverse of .
Multiply by
and confirm the identity matrix appears.
This check is worth doing every time — a single sign error is easy to make and instantly visible here.
If , the formula would divide by zero. Such a matrix has no inverse and is called singular — the exact parallel of zero having no reciprocal among the numbers.