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

For 2ร—22 \times 2: [abcd]โˆ’1=1adโˆ’bc[dโˆ’bโˆ’ca]\begin{bmatrix} a & b \\ c & d \end{bmatrix}^{-1} = \frac{1}{ad - bc}\begin{bmatrix} d & -b \\ -c & a \end{bmatrix}, provided adโˆ’bcโ‰ 0ad - bc \neq 0.

When to use: If matrix AA represents a transformation (like rotating 30 degrees), then Aโˆ’1A^{-1} undoes that transformation (rotating โˆ’30-30 degrees). Multiplying by the inverse is the matrix equivalent of dividing. Just as 5ร—15=15 \times \frac{1}{5} = 1, we have Aโ‹…Aโˆ’1=IA \cdot A^{-1} = I.

Quick Example

A=[2153],Aโˆ’1=[3โˆ’1โˆ’52]A = \begin{bmatrix} 2 & 1 \\ 5 & 3 \end{bmatrix}, \quad A^{-1} = \begin{bmatrix} 3 & -1 \\ -5 & 2 \end{bmatrix}
Check: AAโˆ’1=[1001]=IAA^{-1} = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} = I.

Notation

Aโˆ’1A^{-1} denotes the inverse. II is the identity matrix (1s on diagonal, 0s elsewhere). A matrix with no inverse is called singular.

What This Formula Means

The inverse of a square matrix AA, written Aโˆ’1A^{-1}, is the unique matrix such that AAโˆ’1=Aโˆ’1A=IAA^{-1} = A^{-1}A = I (the identity matrix). A matrix has an inverse if and only if its determinant is nonzero.

If matrix AA represents a transformation (like rotating 30 degrees), then Aโˆ’1A^{-1} undoes that transformation (rotating โˆ’30-30 degrees). Multiplying by the inverse is the matrix equivalent of dividing. Just as 5ร—15=15 \times \frac{1}{5} = 1, we have Aโ‹…Aโˆ’1=IA \cdot A^{-1} = I.

Formal View

For AโˆˆRnร—nA \in \mathbb{R}^{n \times n}, Aโˆ’1A^{-1} exists iff detโก(A)โ‰ 0\det(A) \neq 0, and satisfies AAโˆ’1=Aโˆ’1A=InAA^{-1} = A^{-1}A = I_n. For n=2n = 2: [abcd]โˆ’1=1adโˆ’bc[dโˆ’bโˆ’ca]\begin{bmatrix} a & b \\ c & d \end{bmatrix}^{-1} = \frac{1}{ad-bc}\begin{bmatrix} d & -b \\ -c & a \end{bmatrix}. In general, Aโˆ’1=1detโก(A)adj(A)A^{-1} = \frac{1}{\det(A)} \mathrm{adj}(A).

Worked Examples

Example 1

medium
Find the inverse of A=[2153]A = \begin{bmatrix} 2 & 1 \\ 5 & 3 \end{bmatrix}.

Answer

[3โˆ’1โˆ’52]\begin{bmatrix} 3 & -1 \\ -5 & 2 \end{bmatrix}

First step

1
Step 1: detโก(A)=2(3)โˆ’1(5)=6โˆ’5=1\det(A) = 2(3) - 1(5) = 6 - 5 = 1.

See the full worked solution + why-it-works coaching

SetupKey insightWhy it worksCommon pitfallConnection

Unlock answer keys One Family plan โ€” every worked solution, all subjects

Example 2

easy
Find the inverse of [1203]\begin{bmatrix} 1 & 2 \\ 0 & 3 \end{bmatrix}.

Example 3

medium
Find the inverse of A=(2314)A = \begin{pmatrix} 2 & 3 \\ 1 & 4 \end{pmatrix}.

Common Mistakes

  • Forgetting the 1adโˆ’bc\frac{1}{ad-bc} factor โ€” the 2ร—22\times2 inverse scales the adjugate by 1/detโก1/\det.
  • Mis-swapping entries โ€” for 2ร—22\times2, swap aa and dd, negate bb and cc: [dโˆ’bโˆ’ca]\begin{bmatrix}d&-b\\-c&a\end{bmatrix}.
  • Attempting to invert when detโก=0\det=0 โ€” 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 (detโก=0\det=0) simply has no inverse. Recognizing it by "Is the matrix square with nonzero determinant, so an undo-matrix Aโˆ’1A^{-1} 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 AA, written Aโˆ’1A^{-1}, is the unique matrix such that AAโˆ’1=Aโˆ’1A=IAA^{-1} = A^{-1}A = I (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 AA represents a transformation (like rotating 30 degrees), then Aโˆ’1A^{-1} undoes that transformation (rotating โˆ’30-30 degrees). Multiplying by the inverse is the matrix equivalent of dividing. Just as 5ร—15=15 \times \frac{1}{5} = 1, we have Aโ‹…Aโˆ’1=IA \cdot A^{-1} = I.

What do the symbols mean in the Inverse Matrix formula?

Aโˆ’1A^{-1} denotes the inverse. II 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 (detโก=0\det=0) simply has no inverse. Recognizing it by "Is the matrix square with nonzero determinant, so an undo-matrix Aโˆ’1A^{-1} 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 1adโˆ’bc\frac{1}{ad-bc} factor. Asking "Is the matrix square with nonzero determinant, so an undo-matrix Aโˆ’1A^{-1} 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 โ†’