• Written By Ritesh Kumar Gupta
  • Last Modified 25-01-2023

Inverse Matrix: Meaning, Formula, Solved Examples

img-icon

Inverse Matrix: A matrix is a set of objects that are arranged in rows and columns. These items are known as matrix elements. A matrix’s order is stated as the number of rows divided by the number of columns. For example, 2 × 2, 2 × 3, 3 × 2, 3 × 3, 4 × 4 and so on. Only square matrices with the same number of rows and columns can have their inverse determined. Inverse Matrix is an important tool in the mathematical world.

It is used in solving a system of linear equations. Inverse matrices are frequently used to encrypt or decrypt message codes. It is also used to explore electrical circuits, quantum mechanics, and optics. These matrices are crucial in measuring battery power outputs and converting electrical energy into other useable energy by resistors. When applying Kirchhoff’s laws of voltage and current to solve problems, the inverse matrices are extremely significant. Continue reading to know more.

Inverse Matrix Definition

Before learning about the inverse matrix, we must know what is an adjoint of a matrix.

The adjoint of a square matrix A=[aij]n×n is the transpose of the matrix [Aij]n×n where Aij is the cofactor of the element aij The adjoint of the matrix A is denoted by AdjA.

Let,

A=[a11a12a13a21a22a23a31a32a33]

Then AdjA= Transpose of [A11A12A13A21A22A23A31A32A33]=[A11A21A31A12A22A32A13A23A33]

where Aij is cofactor of aij which is calculated by using the relation Aij=(1)i+jMij, where Mij is minor of aij.

Minor of an element  aij of a determinant is the determinant obtained by removing its i th row and j th column in which element aij lies. Minor of an element aij is denoted by Mij.

In mathematics, a cofactor is used to find the inverse and adjoint of a matrix. If

A=[a11a12a13a21a22a23a31a32a33]

then adjA=CT, where C is the cofactor matrix of A.

Learn About Matrices Here

See the below diagram to know how the adjoint of a matrix A is calculated.

diagram to know the adjoint of a matrix

How To Calculate Inverse Matrix?

If you are asked what is the inverse of a number 5?, you would quickly say 15. But have you ever thought about why it is the inverse of 5? It is because 5×15=1 which is a multiplicative identity.

Similar is the case with the matrices; if we are asked about the inverse of a matrix A, then what should be multiplied with A to get an identity matrix that is basically the inverse of matrix A.

Hence, if A is a square matrix of order n, and if there exists another square matrix B of the same order n, such that AB=BA=I, then B is called the inverse matrix of A and it is denoted by A1.

Since, A(adjA)=(adjA)A=|A|IA(adjA)|A|=(adjA)|A|=I

So, by comparing with the above definition, A1=adjA|A| where |A|0

Inverse Matrix Formula

The following are the two methods to find the inverse of a matrix:

1. Elementary Operations

Suppose X,A and B be matrices of the same order such that X=AB. In order to have a sequence of elementary row operations on the matrix equation X=AB, we will apply these row operations simultaneously on X and on the first matrix A of the product AB on RHS. Similarly, in order to have a sequence of elementary column operations on the matrix equation X=AB, we will apply these operations simultaneously on X and on the second matrix B of the product AB on RHS.

In view of the above discussion, we conclude that if A is a matrix such that A1 exists, then to find A1 using elementary row operations, write A=IA and apply a sequence of row operation on A=IA till we get, I=BA. The matrix B will be the inverse of A. Similarly, if we wish to find A1 using column operations, then, write A=AI and apply a sequence of column operations on A=AI till we get, I=AB.

2. Inverse Matrix Method or Matrix Inversion Method or Adjoint Method

This method is used to solve the system of linear equations.

Let’s have a matrix equation:

AX=AB

Pre-multiply with A1  to both the sides

A1AX=A1B

IX=A1B

X=A1B

A1 is calculated from the below relation

A1=adjA|A|

Properties of Inverse Matrix

The following are the properties of the inverse matrix:

  • If A and B are square matrices with the order n and their product is an identity matrix, i.e., AB=In=BA, then B=A1..
  • If a square matrix A has an inverse (non-singular), then the inverse matrix is unique.
  • A square matrix A has an inverse matrix if and only if the determinant is not zero, i.e., |A|0. Similarly, the matrix A is singular (has no inverse) if and only if its determinant is zero, i.e., |A|=0.
  • If a square matrix A has an inverse, then the determinant of an inverse matrix is the reciprocal of the matrix determinant. i.e., |A1|=1|A|.
  • If a square matrix A has an inverse, for a scalar k0 then the inverse of a scalar multiple is equal to the product of their inverse, i.e., (kA)1=1kA1.
  • If a square matrix A has an inverse, then the transpose of an inverse matrix is equal to the inverse of the transposed matrix. i.e., (A1)T=(AT)1..
  • If A and B are square non-singular matrices both with the order n then the inverse of their product is equal to the product of their inverse in reverse order, i.e., (AB)1=B1A1
  • Let A and B are square matrices with the order n. If AB=O then either A=O or B=O or both A and B are singular matrices with no inverse.

Inverse Matrix: Examples

Suppose we want to calculate the inverse of a matrix A=[100350218]

To find the inverse of a matrix, we first need to find the adjoint of matrix A.

Cofactor of 1=A11=+|5018|=+(400)=40
Cofactor of 2=A12=|3028|=(240)=24
Cofactor of 3=A13=+|3521|=+(310)=7
Cofactor of 4=A21=|0018|=0
Cofactor of 5=A22=+|1028|=+(80)=8
Cofactor of 6=A23=|1021|=(10)=1
Cofactor of 7=A31=+|0050|=0
Cofactor of 8=A32=|1030|=(10)=1
Cofactor of 9=A33=+|1035|=+(50)=5
The Cofactor matrix of A is

[Aij]=[A11A12A13A21A22A23A31A32A33]=[40247081015]

Now find the transpose of Aij

adjA=[40247081015]T=[40002481715]

Since |A|=40

So, The inverse of matrix A will be A1=adjA|A|=140[40002481715]

Applications of Inverse Matrix

The application of inverse matrix is as follows:

  • The inverse matrix is used to solve the system of linear equations. It also tells us the consistent or inconsistent behaviour of the solution of equations.
  • Linear equations, some error-correcting codes (linear codes), linear differential equations, and linear recurrence sequences all use the concept of the inverse matrix.
  • Inverse matrices are frequently used to encrypt message codes. Matrices are used by programmers to code or encrypt letters. A message is made up of a series of binary numbers that are solved using coding theory for communication. As a result, the concept of matrices is used to solve such equations.
  • Engineers and physicists develop models of physical structures and execute the precise calculations required to operate complicated machinery. Fine-tuned matrix transformation computations are used in electronics, networks, aeroplanes and spacecraft, and chemical processing.
  • In physics, the Inverse matrix is used to explore electrical circuits, quantum mechanics, and optics. These matrices are crucial in the measuring of battery power outputs and the conversion of electrical energy into other useable energy by resistors. When applying Kirchhoff’s laws of voltage and current to solve problems, the inverse matrices are extremely significant.

Solved Examples on Inverse Matrix

Q.1. For the matrix A=[123456123], Show that A1 will not exist.
Ans: Given matrix is A=[123456123]
Since, |A|=0 as two rows are the same A is a singular matrix A1 will not exist.

Q.2. Find the inverse of a matrix [7143] using elementary operations
Ans: Given that A=[7143]
We know A=IA[7143]=[1001]A
[11743]=[17001]A (Applying R117R1)
[11701]=[17047725]A (Applying R2R24R1)
[11701]=[170425725]A (Applying R2725R2)
[1001]=[325125425725]A (Applying R1R117R2)
A1=125[3147]

Q.3. Find the inverse of a matrix [012123311] using elementary operations
Ans:

Given that A=[012123311]
We know A=IA[012123311]=[100010001]A
[012212311]=[100011001]A (Applying R2R2R3)
[012212311]=[100011001]A (Applying R1R1R3)
[301034022]=[101231331]A (Applying R23R22R1)
[301034022]=[101231331]A (Applying R3R3R2)
[301034011]=[101231323212]A (Applying R2R24R3)
[301010001]=[101431523212]A (Applying R3R3R2)
[100010001]=[121212431523212]A (Applying R2R2)
A1=[121212431523212]

Q.4. Solve the following system of linear equations using matrix inversion method: 5x+2y=3,3x+2y=5
Ans:

The matrix form of the system is AX=B, where A=[5232],X=[xy],B=[35].
We find |A|=|5232|=106=40. So, A1 exists and A1=14[2235]
Then, from X=A1B, we get
[xy]=14[2235][35]=14[6109+25]=14[416]=[44164]=[14]
Hence, the solution is (x=1,y=4).

Q.5.  Solve the following system of equations using the matrix inversion method: 2x1+3x2+3x3=5x12x2+x3=43x1x22x3=3
Ans:
The matrix form of the system is AX=B, where
A=[233122312],X=[x1x2x3],B=[543]. We find |A|=[233122312]=2(4+1)3(23)+3(1+6)=10+15+15=400.
So, A1 exists and
A1=1|A|(adjA)=140[+(4+1)(23)+(1+6)(6+3)+(49)(29)+(3+6)(23)+(43)]T=140[53951315117]
Then, applying X=A1B, we get [x1x2x3]=140[53951315117][543]=140[2512+2725+52+3254421]=140[408040]=[121]
Hence, the solution is (x1=1,x2=2,x3=1)

Summary

An inverse matrix is an important tool in mathematics. We have learnt about the inverse matrix, its properties, and its examples. It can be used to solve the bulk of difficult problems. It is used for solving linear equations and other mathematical functions such as calculus, optics, and quantum physics. It has a wide range of real-world applications, which has led to it playing a crucial role in mathematics.

FAQs on Inverse Matrix

The following are the most frequently asked questions on Inverse Matrix:

Q.1: What is the inverse of  2×2 matrix?
Ans:
For a square matrix of order 2 , given by A=[a11a12a21a22]
The adjA can be obtained by interchanging a11 and a22 and by changing signs of a12 and a21, i.e.,
adjA=[a11a12a21a22]
Then,
A1=adjA|A|

Q.2: What is matrix inversion method?
Ans:
This method is used to solve the system of linear equations. Consider a matrix equation AX=B
Pre-multiply with A1 to the both sides
A1AX=A1B
IX=A1B
X=A1B
A1 is calculated from the below relation
A1=adjA|A|

Q.3: How do you find the inverse of a 3×3 matrix?
Ans:
If A=[a11a12a13a21a22a23a31a32a33]
Then adj(A)=CT, where C is the cofactor matrix of A. 

Q.4: Can a matrix have 2 inverse?
Ans:
No, a matrix cannot have 2 inverse. The inverse of a matrix is unique. This will be proved with the help of the contradiction method. 

Q.5: What is the use of inverse matrix?
Ans:
Inverse matrix is used to solve the system of linear equations. It is frequently used to encrypt message codes. Matrices are used by programmers to code or encrypt letters. A message is made up of a series of binary numbers that are solved using coding theory for communication and then an inverse matrix is used to decrypt the encoded message. 

Learn About Uses of Matrices Here

We hope you find this article on Inverse Matrix helpful. In case of any queries, you can reach back to us in the comments section, and we will revert answers.

Stay tuned to Embibe for the latest updates. 

Take Mock Tests related to Inverse Matrix