Inverse matrix questions and solutions are given here to help students learn how to find the inverse of different matrices using different formulas and techniques. As we know, matrices are one of the most scoring concepts for students. Finding the inverse matrix is simple for 2×2 matrices. However, we can easily find the inverse matrix for 3×3 and 4×4 matrices using some simple rules. In this article, you will learn how to find the inverse of a given matrix using a suitable method.
What is an inverse matrix?
Suppose A is a non-singular square matrix of order n×n, and there is a matrix B of the same order, such that AB = BA = I, then B is called the inverse matrix of A, and I is the identity matrix.
Inverse matrix formula for 2×2 matrix
|A| = ad – bc
Therefore, A-1 = adjA/|A|
That means,
Inverse matrix formula for 3×3 or n×n matrix
Step 1: Find the determinant of the given matrix, say A.
Step 2: Find the cofactor matrix Cij = (-1)i+j det (Mij), where Mij is the (i,j)th minor matrix after removing the ith row and the jth column.
Step 3: Find the transpose of the cofactor matrix to get the adj A.
Step 4: A-1 = adj A/det(A)
Learn more about the inverse matrix here.
Inverse Matrix Questions and Answers
1. Find the inverse of the matrix
Solution:
Given,
Let us find the determinant of A.
Here, |A| ≠0, so the inverse of A exists.
Now, A-1 = adjA/|A|
Therefore,
2. What is the inverse of the matrix
Solution:
Given,
Let us calculate the determinant of A.
Here, |A| ≠0, so the inverse of A exists.
Now,
As we know, A-1 = adjA/|A|
Hence,
3. If
Solution:
Given,
Also, given that,
A-1 = AT
⇒ AA-1 = AAT
⇒ I = AAT
Now,
From the above,
cos2θ + sin2θ = 1
This is one of the trigonometric identities and is true for all real values of θ.
4. Calculate the inverse of the matrix
Solution:
Given,
First, find the determinant of matrix A.
= 2(12 + 10) – 4(28 – 5) – 6(-14 – 3)
= 2(22) – 4(23) – 6(-17)
= 44 – 92 + 102
= 54 ≠0
Thus, the inverse matrix exists.
Thus, the minor matrix of A
Cofactor matrix of A
Also, adjA
Therefore, A-1 = adjA/|A|
\frac{11}{27} & -\frac{2}{27} & \frac{19}{27} \\
-\frac{23}{54} & \frac{7}{27} &-\frac{26}{27} \\
-\frac{17}{54} & \frac{4}{27} & -\frac{11}{27} \\
\end{bmatrix}
\end{array} \)
5. If
Solution:
Given,
Now,
Here, matrix A is non-singular.
Thus,
Let A-1 = B
So,
And
= (-â…”)(-â…”) – (â…“)(7/3)
= (4/9) – (7/9)
= (4 – 7)/9
= -3/9
= -â…“
Now,
Also,
That means B-1 = (A-1)-1 = A
6. Find x, y, z if
Solution:
Given,
AT = A-1
⇒ AAT = AA-1
⇒ AAT = I {since A-1A = AA-1 = I}
Now,
By performing multiplication on the LHS, we get:
By equating the corresponding elements, we have:
4y2 + z2 = 1 …(1)
x2 + y2 + z2 = 1 …(2)
2y2 – z2 = 0 …(3)
Adding equations (1) and (3), we get:
4y2 + z2 + 2y2 – z2 = 1 + 0
6y2 = 1
y2 = 1/6
⇒ y = ±1/√6
Substituting the value of y in equation (3), we get:
z2 = 2y2
z2 = 2(1/6)
z2 = 1/3
⇒ z = ±1/√3
Substituting the values of y and z in equation (2), we get:
x2 = 1 – y2 – z2
x2 = 1 – (1/6) – (1/3)
x2 = (6 – 1 – 2)/6
x2 = 3/6
x2 = 1/2
⇒ x = ±1/√2
Therefore, x = ±1/√2, y = ±1/√6 and z = ±1/√3.
7. Find the value of x for which the matrix
Solution:
Let us find the determinant of the given matrix.
= 2[(x + 7)x – (-3)(4)] – 0 + 10(0 – 0)
= 2(x2 + 7x + 12)
We know that a matrix is invertible if and only if its determinant is not equal to 0.
Let |A| = 0
2(x2 + 7x + 12) = 0
⇒ x2 + 7x + 12 = 0
⇒ x2 + 3x + 4x + 12 = 0
⇒ x(x + 3) + 4(x + 3) = 0
⇒ (x + 3)(x + 4) = 0
⇒ x + 3 = 0, x + 4 = 0
⇒ x = -3, x = -4
Thus, for x = -3 and -4, the given matrix is invertible.
Inverse matrix by elementary transformation
We can perform various operations on rows and columns to find the inverse of a given matrix. To find the inverse of matrix A, we can apply a sequence of row operations on A = IA until we get an identity matrix on the LHS .i.e I = BA. Hence, the matrix B on the RHS is the inverse of matrix A. To find the inverse of matrix A, we can apply a sequence of column operations on A = AI until we get an identity matrix on the LHS .i.e I = AB. Hence, the matrix B on the RHS is the inverse of matrix A. We can also find the inverse matrix by writing the augmented matrix of the form [A | I] and applying row operations until we get [I | B], where B is the inverse of A. Read more: Inverse matrix using elementary operations |
8. Find the inverse of
Solution:
Given,
Let us write the augmented matrix [A | I ] such that I is a square matrix of the order same as A.
R3 → R3 – 3R1
R2 → R2 – 2R1
Now, interchange R2 and R3.
R2 → (-1).R2 and R3 → (-1).R3
R2 → R2 – 3R3
R1 → R1 – 2R2
R1 → R1 – 3R3
This is of the form [ I | B].
Here, B is the inverse of A.
Therefore,
9. Determine the formula for the inverse of matrix
Solution:
Given,
Let us write the augmented matrix [A | I ].
R1 → (1/p) R1
R2 → (1/q) R2
R3 → (1/r) R3
R4 → (1/s) R4
Hence, the inverse of A is:
10. If A is 3 × 3 invertible matrix, then show that for any scalar k (non-zero), kA is invertible and (kA)–1 = (1/k)A –1.
Solution:
Consider (kA) [(1/k) A-1]
= [k (1/k)] (A A-1)
= 1. (AA-1)
= I {since AA-1 = A-1A = I}
That means kA is the inverse of (1/k)A-1.
Therefore, (kA)-1 = (1/k) A-1
Practice Questions on Inverse Matrix
- Find the inverse of the matrix \(\begin{array}{l}A=\begin{bmatrix}3 & 5 \\-2 & 4 \\\end{bmatrix}\end{array} \).
- If \(\begin{array}{l}A=\begin{bmatrix}2 & 1 & 1\\1 & 2 & 1\\1 & 1 & 2\\\end{bmatrix}\end{array} \), find A-1 exists.
- Using elementary row operations, find the inverse of the matrix \(\begin{array}{l}\begin{bmatrix}-4 & 8 & 4\\-1 & 2 & 1\\-3 & 6 & 3\\\end{bmatrix}\end{array} \).
- Calculate the inverse matrix for \(\begin{array}{l}B=\begin{bmatrix}4+3i & -i \\i &4-3i \\\end{bmatrix}\end{array} \).
- What is the inverse of the matrix \(\begin{array}{l}A=\begin{bmatrix}1 & 0 & 1 & 2 \\-1 & 1 & 2 & 0 \\-2 & 0 & 1 & 2 \\0 & 0 & 0 & 1 \\\end{bmatrix}\end{array} \)?