![]() |
VOOZH | about |
The inverse of a matrix is a matrix that, when multiplied by itself, results in the identity matrix𝜤.
The inverse of a Matrix "A", denoted as A−1,
A × A-1 = A-1 ×A = 𝜤
The inverse of a matrix is obtained by dividing the adjugate (also called adjoint) of the given matrix by the determinant of the given matrix.
The terminology listed below can help you grasp the inverse of a matrix more clearly and easily.
There are two ways to find the Inverse of a matrix in mathematics:
The inverse of matrix A, that is A-1 is calculated using the inverse of matrix formula, which involves dividing the adjoint of a matrix by its determinant.
where,
Note: This formula only works on Square matrices.
To find the inverse of the matrix using the inverse of a matrix formula, follow these steps.
Step 1: Determine the minors of all A elements.
- For finding Mij ,the minor of the element aij, we exclude the i-th row and j-th column.
- Form a new smaller matrix with the remaining elements, and find its determinant. For a 3 x 3 matrix M11 is given by:
- Likewise, do for all elements in the matrix to form Minor of Matrix M.
M =
Step 2: Next, compute the cofactors of all elements and build the cofactor matrix by substituting the elements of A with their respective cofactors.
- For the cofactor of a matrix i.e., Cij, we can use the following formula:
Cij = (-1)i+j det (Mij)
Step 3: Take the transpose of A's cofactor matrix to find its adjoint (written as adj A).
Step 4: Multiply adj A by the reciprocal of the determinant of A.
Now, for any non-singular square matrix A,
A-1 = 1 / |A| × Adj (A)
Example: Find the inverse of the matrix using the formula.
We have,
Find the value of determinant of the matrix.
|A| = 4(18–25) – 3(54–5) + 8(30–2)
⇒ |A| = 49
Find the adjoint of matrix A by computing the cofactors of each element and then getting the cofactor matrix's transpose.
adj A =
So, the inverse of the matrix is,
A–1 =
⇒ A–1 =
Follow the steps below to find an Inverse matrix by the elementary transformation method.
Step 1: Write the given matrix as A = IA, where I is the identity matrix of the order same as A.
Step 2: Use the sequence of either row operations or column operations till the identity matrix is achieved on the LHS also use similar elementary operations on the RHS such that we get I = BA. Thus, the matrix B on RHS is the inverse of matrix A.
Step 3: Make sure we either use Row Operation or Column Operation while performing elementary operations.
We can easily find the inverse of the 2 × 2 Matrix using the elementary operation.
Example: Find the inverse of the 2 × 2, A = using the elementary operation.
Solution:
Given: A = 𝜤A
Now, R1 ⇢ R1/2
R2 ⇢ R2 - R1
R2 ⇢ R2 × 2/3
R1 ⇢ R1 - R2/2
Thus, the inverse of the matrix A = is A-1 =
The inverse of the 2×2 matrix can also be calculated using the shortcut method apart from the method discussed above. Let's consider an example to understand the shortcut method to calculate the inverse of 2 × 2 Matrix.
For given matrix A =
We know, |A| = (ad - bc)
and adj A =
then using the formula for inverse
A-1 = (1 / |A|) × Adj A
⇒ A-1 =
Thus, the inverse of the 2 × 2 matrix is calculated.
Let us take any 3×3 Matrix:
A =
The inverse of the 3×3 matrix is calculated using the inverse matrix formula,
A-1 = (1 / |A|) × Adj A
We have,
- Minors: Determinant of a matrix made by excluding the respective row and column.
, ,and similarly for all elements.
Now combine all results and make Minor matrix.
M =
- Cofactor: Sign of minor matrix is modified according to the equation: Cij = (-1)i+j det (Mij)
C =
- Adjoint: Transpose of cofactor matrix is adjoint matrix.
adj A =
- Determinant of the matrix:
|A| = a11(a22. a33 – a23 . a32) – a12(a21. a33 – a23 . a31) + a13(a21. a32 – a22 . a31)
- Therefore, the inverse of the matrix is,
A–1 = (1 / |A|) × adj A
A–1 =
Diadonal matrix is a matrix with all its non-diagonal entries as zero.
If you have a diagonal matrix, to find the inverse take the reciprocal of each diagonal element.
For a matrix:
The inverse is:
Orthogonal matrix is a matrix whose rows and columns are mutually perpendicular (orthogonal) unit vectors.
If A is an orthogonal matrix (i.e., AT = A−1), its inverse is simply its transpose.
The determinant of the inverse matrix is the reciprocal of the determinant of the original matrix. i.e.,
det(A-1) = 1 / det(A)
The proof of the above statement is discussed below:
det(A × B) = det (A) × det(B) (already know)
⇒ A × A-1 = I (by Inverse matrix property)
⇒ det(A × A-1) = det(I)
⇒ det(A) × det(A-1) = det(I) [ but, det(I) = 1]
⇒ det(A) × det(A-1) = 1
⇒ det(A-1) = 1 / det(A)Hence, Proved.
A matrix whose value of the determinant is zero is called a singular matrix, i.e. any matrix A is called a singular matrix if |A| = 0. The inverse of a singular matrix does not exist.
A matrix whose value of the determinant is non-zero is called a non-singular matrix, i.e. any matrix A is called a non-singular matrix if |A| ≠ 0. The inverse of a non-singular matrix exists.
A square matrix in which all the elements are zero except for the principal diagonal elements is called the identity matrix. It is represented using 𝜤. It is the identity element of the matrix as for any matrix A,
A × 𝜤 = A
An example of an Identity matrix is,
𝜤3×3 =
This is an identity matrix of order 3×3.
Let's solve some example questions on the Inverse of the Matrix.
Example 1: Find the inverse of the matrix using the formula.
Solution:
We have,
Find the adjoint of matrix A by computing the cofactors of each element and then getting the cofactor matrix's transpose.
adj A =
Find the value of determinant of the matrix.
|A| = 2(4–6) – 3(4–4) + 1(3–2)
= –3
So, the inverse of the matrix is,
A–1 =
=
Example 2: Find the inverse of the matrix
Solution:
We have,
A=
Find the adjoint of matrix A by computing the cofactors of each element and then getting the cofactor matrix's transpose.
adj A =
Find the value of determinant of the matrix.
|A| = 6(0–4) – 2(0–8) + 3(0–0)
= 16
So, the inverse of the matrix is,
A–1 =
=
Example 3: Find the inverse of the matrix A= using the formula.
Solution:
We have,
A=
Find the adjoint of matrix A by computing the cofactors of each element and then getting the cofactor matrix's transpose.
adj A =
Find the value of determinant of the matrix.
|A| = 1(1–0) – 2(0–0) + 3(0–0)
= 1
So, the inverse of the matrix is,
A–1 =
=
Example 4: Find the inverse of the matrix A= using the formula.
Solution:
We have,
A=
Find the adjoint of matrix A by computing the cofactors of each element and then getting the cofactor matrix's transpose.
adj A =
Find the value of determinant of the matrix.
|A| = 1(1–16) – 2(2–12) + 3(8–3)
= 20
So, the inverse of the matrix is,
A–1 =
=
Question 1. Find the inverse of the matrix
Question 2. Determine if the following matrix has an inverse. If yes, find the inverse
Question 3. Find the inverse of the matrix
Question 4. Verify if the following matrix has an inverse. If the inverse exists, compute it
Answer:-
1.
2.
3.
4. does not have an inverse since the determinant is 0.