Inverse Matrix Formula
Inverse matrix is the inverse of a square matrix A, written A^-1, is the unique matrix such that AA^-1 = A^-1A = I (the identity matrix).
The Formula
When to use: If matrix represents a transformation (like rotating 30 degrees), then undoes that transformation (rotating degrees). Multiplying by the inverse is the matrix equivalent of dividing. Just as , we have .
Quick Example
Check: .
Notation
What This Formula Means
The inverse of a square matrix , written , is the unique matrix such that (the identity matrix). A matrix has an inverse if and only if its determinant is nonzero.
If matrix represents a transformation (like rotating 30 degrees), then undoes that transformation (rotating degrees). Multiplying by the inverse is the matrix equivalent of dividing. Just as , we have .
Formal View
Worked Examples
Example 1
mediumAnswer
First step
See the full worked solution + why-it-works coaching
SetupKey insightWhy it worksCommon pitfallConnection
Example 2
easyExample 3
mediumCommon Mistakes
- Forgetting the factor โ the inverse scales the adjugate by .
- Mis-swapping entries โ for , swap and , negate and : .
- Attempting to invert when โ a singular matrix has no inverse; check the determinant first.
Why This Formula Matters
The inverse is how matrices do division and how square systems get solved in one shot; the gate is the determinant โ a singular matrix () simply has no inverse. Recognizing it by "Is the matrix square with nonzero determinant, so an undo-matrix exists?" โ rather than by familiar numbers โ is what lets a student tell it apart from determinant and transpose and reciprocal of a number in a mixed problem set.
Frequently Asked Questions
What is the Inverse Matrix formula?
The inverse of a square matrix , written , is the unique matrix such that (the identity matrix). A matrix has an inverse if and only if its determinant is nonzero.
How do you use the Inverse Matrix formula?
If matrix represents a transformation (like rotating 30 degrees), then undoes that transformation (rotating degrees). Multiplying by the inverse is the matrix equivalent of dividing. Just as , we have .
What do the symbols mean in the Inverse Matrix formula?
denotes the inverse. is the identity matrix (1s on diagonal, 0s elsewhere). A matrix with no inverse is called singular.
Why is the Inverse Matrix formula important in Math?
The inverse is how matrices do division and how square systems get solved in one shot; the gate is the determinant โ a singular matrix () simply has no inverse. Recognizing it by "Is the matrix square with nonzero determinant, so an undo-matrix exists?" โ rather than by familiar numbers โ is what lets a student tell it apart from determinant and transpose and reciprocal of a number in a mixed problem set.
What do students get wrong about Inverse Matrix?
The procedure for inverse matrix is the easy part; the trap is forgetting the factor. Asking "Is the matrix square with nonzero determinant, so an undo-matrix exists?" first is what keeps a correct-looking calculation from being attached to the wrong concept.
What should I learn before the Inverse Matrix formula?
Before studying the Inverse Matrix formula, you should understand: determinant, matrix multiplication.
Want the Full Guide?
This formula is covered in depth in our complete guide:
Solving Systems of Equations: Substitution, Elimination, and Matrices โ