Inverse Matrix Examples in Math

Start with the recap, study the fully worked examples, then use the practice problems to check your understanding of Inverse Matrix.

This page combines explanation, solved examples, and follow-up practice so you can move from recognition to confident problem-solving in Math.

Concept Recap

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.

Read the full concept explanation โ†’

How to Use These Examples

  • Read the first worked example with the solution open so the structure is clear.
  • Try the practice problems before revealing each solution.
  • Use the related concepts and background knowledge badges if you feel stuck.

What to Focus On

Core idea: Aโˆ’1A^{-1} is the unique matrix with AAโˆ’1=IAA^{-1}=I, and it exists only when detโกAโ‰ 0\det A\neq0.

Common stuck point: 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.

Sense of Study hint: Ask: Is the matrix square with nonzero determinant, so an undo-matrix Aโˆ’1A^{-1} exists?

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}.

Example 4

medium
Compute the inverse of the rotation matrix R(ฮธ)=(cosโกฮธโˆ’sinโกฮธsinโกฮธcosโกฮธ)R(\theta) = \begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix}.

Example 5

hard
Find the inverse of (100210341)\begin{pmatrix} 1 & 0 & 0 \\ 2 & 1 & 0 \\ 3 & 4 & 1 \end{pmatrix} using row reduction.

Example 6

hard
Use the inverse matrix to solve {2x+3y=8x+2y=5\begin{cases} 2x + 3y = 8 \\ x + 2y = 5 \end{cases}.

Example 7

challenge
Show that if AA is a 2ร—22\times 2 matrix satisfying A2โˆ’5A+6I=0A^2 - 5A + 6I = 0, then AA is invertible and find Aโˆ’1A^{-1} in terms of AA and II.

Practice Problems

Try these problems on your own first, then open the solution to compare your method.

Example 1

easy
Find the inverse of [4131]\begin{bmatrix} 4 & 1 \\ 3 & 1 \end{bmatrix}.

Example 2

hard
Does [6342]\begin{bmatrix} 6 & 3 \\ 4 & 2 \end{bmatrix} have an inverse? Explain.

Example 3

easy
What is the inverse of the identity matrix II?

Example 4

easy
Does (1224)\begin{pmatrix} 1 & 2 \\ 2 & 4 \end{pmatrix} have an inverse?

Example 5

easy
Compute the determinant needed to invert (4131)\begin{pmatrix} 4 & 1 \\ 3 & 1 \end{pmatrix}.

Example 6

easy
In the 2ร—22 \times 2 inverse formula, what happens to entries bb and cc?

Example 7

easy
Find the inverse of (2004)\begin{pmatrix} 2 & 0 \\ 0 & 4 \end{pmatrix}.

Example 8

easy
What must AAโˆ’1AA^{-1} equal?

Example 9

easy
Why is Aโˆ’1=1AA^{-1} = \frac{1}{A} wrong?

Example 10

easy
Is the inverse of an invertible matrix unique?

Example 11

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

Example 12

medium
Find the inverse of (4726)\begin{pmatrix} 4 & 7 \\ 2 & 6 \end{pmatrix}.

Example 13

medium
Verify that (2111)\begin{pmatrix} 2 & 1 \\ 1 & 1 \end{pmatrix} and (1โˆ’1โˆ’12)\begin{pmatrix} 1 & -1 \\ -1 & 2 \end{pmatrix} are inverses by computing their product.

Example 14

medium
Find the inverse of (3512)\begin{pmatrix} 3 & 5 \\ 1 & 2 \end{pmatrix}.

Example 15

medium
Solve Ax=bAx = b where A=(1002)A = \begin{pmatrix} 1 & 0 \\ 0 & 2 \end{pmatrix} and b=(38)b = \begin{pmatrix} 3 \\ 8 \end{pmatrix} using Aโˆ’1A^{-1}.

Example 16

medium
If Aโˆ’1=(2111)A^{-1} = \begin{pmatrix} 2 & 1 \\ 1 & 1 \end{pmatrix}, find AA.

Example 17

medium
For what value of kk does (k236)\begin{pmatrix} k & 2 \\ 3 & 6 \end{pmatrix} fail to have an inverse?

Example 18

medium
Find the inverse of (2513)\begin{pmatrix} 2 & 5 \\ 1 & 3 \end{pmatrix}.

Example 19

medium
Find the inverse of (1051)\begin{pmatrix} 1 & 0 \\ 5 & 1 \end{pmatrix}.

Example 20

challenge
Find the inverse of (1237)\begin{pmatrix} 1 & 2 \\ 3 & 7 \end{pmatrix} and use it to solve {x+2y=53x+7y=18\begin{cases} x + 2y = 5 \\ 3x + 7y = 18 \end{cases}.

Example 21

challenge
Show that (AB)โˆ’1=Bโˆ’1Aโˆ’1(AB)^{-1} = B^{-1}A^{-1}, not Aโˆ’1Bโˆ’1A^{-1}B^{-1}, by reasoning about order.

Example 22

challenge
A 2ร—22 \times 2 matrix satisfies A2=AA^2 = A and Aโ‰ IA \neq I. Can AA be invertible? Explain.

Example 23

easy
Find the inverse of A=(3152)A = \begin{pmatrix} 3 & 1 \\ 5 & 2 \end{pmatrix}.

Example 24

easy
Compute the inverse of (0110)\begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}.

Example 25

easy
Find the inverse of (5005)\begin{pmatrix} 5 & 0 \\ 0 & 5 \end{pmatrix}.

Example 26

easy
What does Aโ‹…Aโˆ’1A \cdot A^{-1} equal for an invertible matrix AA?

Example 27

medium
For what value of kk does (k426)\begin{pmatrix} k & 4 \\ 2 & 6 \end{pmatrix} fail to be invertible?

Example 28

medium
Solve Ax=bAx = b using Aโˆ’1A^{-1}, where A=(1201)A = \begin{pmatrix} 1 & 2 \\ 0 & 1 \end{pmatrix} and b=(53)b = \begin{pmatrix} 5 \\ 3 \end{pmatrix}.

Example 29

medium
Find the inverse of (5283)\begin{pmatrix} 5 & 2 \\ 8 & 3 \end{pmatrix}.

Example 30

medium
Find the inverse of the diagonal matrix (300050002)\begin{pmatrix} 3 & 0 & 0 \\ 0 & 5 & 0 \\ 0 & 0 & 2 \end{pmatrix}.

Example 31

medium
Verify that (3152)\begin{pmatrix} 3 & 1 \\ 5 & 2 \end{pmatrix} and (2โˆ’1โˆ’53)\begin{pmatrix} 2 & -1 \\ -5 & 3 \end{pmatrix} are inverses by computing their product.

Example 32

medium
Find Aโˆ’1A^{-1} for A=(1327)A = \begin{pmatrix} 1 & 3 \\ 2 & 7 \end{pmatrix}.

Example 33

medium
If Aโˆ’1=(2312)A^{-1} = \begin{pmatrix} 2 & 3 \\ 1 & 2 \end{pmatrix}, find AA.

Example 34

medium
Does (2436)\begin{pmatrix} 2 & 4 \\ 3 & 6 \end{pmatrix} have an inverse? Why?

Example 35

hard
If AA and BB are invertible nร—nn\times n matrices, simplify (BAโˆ’1)โˆ’1(B A^{-1})^{-1}.

Example 36

hard
Find Aโˆ’1A^{-1} if A=(4623)A = \begin{pmatrix} 4 & 6 \\ 2 & 3 \end{pmatrix}, or show it doesn't exist.

Example 37

hard
For invertible matrix AA, prove that (AT)โˆ’1=(Aโˆ’1)T(A^T)^{-1} = (A^{-1})^T.

Example 38

hard
If AA is a 2ร—22\times 2 matrix with A2=IA^2 = I and Aโ‰ ยฑIA \ne \pm I, is AA invertible?

Example 39

hard
For an orthogonal matrix QQ (i.e., QTQ=IQ^T Q = I), what is Qโˆ’1Q^{-1}?

Example 40

challenge
If AA is invertible and A+Aโˆ’1=3IA + A^{-1} = 3I for a 2ร—22\times 2 matrix AA, find detโกA\det A given that the eigenvalues of AA are real.

Background Knowledge

These ideas may be useful before you work through the harder examples.

determinantmatrix multiplication