Physics Wallah

Inverse Matrix Formula: Examples, Properties, Method

Learn how to find the inverse of a matrix with our comprehensive guide. Understand the inverse matrix formula, its applications, and solve matrices effortlessly.
authorImageRanvijay Singh4 Oct, 2023
Share

Share

Inverse Matrix Formula

Before delving into the computation of a Inverse Matrix , it's important to establish what a matrix is. A matrix is a structured arrangement of elements organized into rows and columns. Each individual element within the matrix is referred to as an element. The dimensions of a matrix are denoted by the number of rows and columns it possesses. For instance, matrix orders can be expressed as 2 × 2, 2 × 3, 3 × 2, 3 × 3, 4 × 4, and so forth. The process of finding the inverse of a matrix is exclusively applicable to square matrices, those matrices where the number of rows equals the number of columns, such as 2 × 2, 3 × 3, and so on. In simpler terms, the inverse matrix is derived by dividing the adjugate of the given matrix by the determinant of that matrix. In this article, you will gain a comprehensive understanding of what a matrix inverse entails, how to compute it through various methods, explore the properties of inverse matrices, and examine detailed examples.

Matrix Inverse

If you have a non-singular square matrix A, it implies that there exists an n x n matrix A -1 , referred to as the inverse matrix of A, with the property:

AA -1 = A -1 A = I, where I represents the identity matrix.

For a 2 x 2 matrix, the identity matrix is given by:

Matrix Inverse

It is important to highlight that to compute the inverse matrix, the square matrix in question must be non-singular, meaning its determinant value is not equal to zero.

Let's consider the square matrix A.

Matrix Inverse

Where a, b, c, and d represents the number.

The determinant of matrix A is represented as ad-bc, and it's crucial for this determinant not to equal zero to enable the existence of an inverse. The process of finding the inverse matrix can be applied to matrices of various dimensions, including 2×2, 3×3, and so on. Calculating the inverse of a 3×3 matrix is relatively more complex compared to finding the inverse of a 2×2 matrix.

Inverse Matrix Method

The inverse of a matrix can be determined using three distinct methods. It's important to note that regardless of the method chosen, all three approaches will yield the same result.

Method 1.

Inverse Matrix Method

In the same manner, we can compute the inverse of a 3×3 matrix by evaluating the determinant value of the given matrix.

Method 2.

One of the key methods for determining the inverse of a matrix involves a systematic process of calculating minors and cofactors for the elements within the given matrix. Below are the steps to understand this method clearly:

The inverse matrix can be computed using the following equation:

A -1 = adj(A) / det(A),

Where adj(A) represents the adjoint of matrix A, and det(A) denotes the determinant of matrix A.

The adjoint of a matrix A, or adj(A), can be derived through the following procedure:

To find the adjoint of matrix A, start by calculating the cofactor matrix for the given matrix. Then, take the transpose of this cofactor matrix.

The cofactor of a matrix, denoted as Cij, can be obtained as:

C ij = (-1) i+j * det(Mij),

Here, Mij signifies the minor matrix resulting from the removal of the ith row and the jth column. It's worth noting that the transpose of the cofactor matrix is also known as the adjoint of matrix A.

This process is applicable to finding the inverse of a 3 x 3 matrix as well. In this case, the initial step is to determine the determinant, followed by the subsequent step – transposition.

Also Check – Derivatives Formula

Method 3.

Determining an Inverse Matrix through Elementary Transformations

Let's consider three matrices: X, A, and B, with the relationship X = AB. To find the inverse of a matrix using elementary transformations, we aim to transform the given matrix into an identity matrix. To learn more about the process of elementary transformations for matrices, you can find additional information here.

If the inverse of matrix A, denoted as A -1 , exists, then the process for determining A-1 through elementary row operations involves the following steps:

Express A as IA, where I is the identity matrix of the same order as A.

Apply a series of row operations until an identity matrix is achieved on the left-hand side (LHS). Simultaneously, use the same elementary operations on the right-hand side (RHS) to obtain I = BA. The matrix B on the RHS represents the inverse of matrix A.

To find the inverse of A using column operations, you can similarly express A as IA and apply column operations sequentially until I = AB is obtained, where B is the inverse matrix of A.

Also Check – Factors and Multiples Formula

Inverse of a Matrix Formula

Inverse of a Matrix Formula

Inverse Matrix 2 x 2 Example

To gain a clearer understanding of this concept, let's examine the following illustration.

Example: Determine the inverse of the matrix A provided below:

Inverse Matrix 2 x 2 Example

Also Check – Integer Formula

Inverse Matrix 3 x 3 Example

Example:

Inverse Matrix 3 x 3 Example

Solution :

Determinant of the given matrix is

Inverse Matrix 3 x 3 Example

Let us find the minors of the given matrix as given below:

Inverse Matrix 3 x 3 Example

Now, find the adjoint of a matrix by taking the transpose of cofactors of the given matrix.

Inverse Matrix 3 x 3 Example

Now,

A -1 = (1/|A|) Adj A

Hence, the inverse of the given matrix is:

Inverse Matrix 3 x 3 Example

Properties

Here are some key properties of the inverse matrix, presented in a rephrased manner:

If A is a non-singular matrix, then the inverse of its inverse, (A -1 ) -1 , is equal to A.

When A and B are non-singular matrices, the product of AB is also non-singular, and the inverse of AB, denoted as (AB) -1 , is equal to B -1 A -1 .

For a non-singular matrix A, the inverse of its transpose, (A T ) -1 , is equal to the transpose of its inverse, (A -1 ) T .

For any matrix A with an inverse, denoted as A -1 , the product of A and its inverse, AA -1 , is equal to the product of its inverse and itself, A -1A , both of which result in the identity matrix In, where n represents the order of the matrices involved.

Inverse Matrix Formula FAQs

Q1. What is the concept of an inverse matrix?

Ans. Similar to numbers, matrices have their counterparts known as reciprocals. In the case of matrices, this reciprocal is termed the inverse matrix. When A is a square matrix and B is its inverse, the product of these two matrices equals the identity matrix.

Q2. How can you determine the inverse of a 3×3 matrix?

Ans. The steps for finding the inverse of a 3×3 matrix are as follows:

Q3. Calculate the determinant of the given matrix and check for its invertibility.

Ans. Compute the determinants of 2×2 minor matrices. Create the matrix of cofactors. Transpose the cofactor matrix to obtain the adjugate matrix. Finally, divide each element of the adjugate matrix by the determinant.

Q4. Are the adjoint and inverse matrices the same?

Ans. No, the adjoint matrix and the inverse matrix are not the same. However, dividing each element of the adjugate matrix by the determinant of the original matrix results in the inverse matrix.

Q5. How can you determine if a given matrix has an inverse?

Ans. If the determinant of a given matrix is not equal to zero, then the matrix is invertible, and its inverse can be found. This implies that the given matrix must be non-singular.

Q6. What are some properties of inverse matrices?

Ans. Here are some essential properties of inverse matrices: The inverse of an inverse matrix is equal to the original matrix. If A and B are invertible matrices, then their product AB is also invertible, and the inverse of AB is equal to B^-1A^-1. For a non-singular matrix A, the inverse of its transpose (A^T)^-1 is equal to the transpose of its inverse, (A^-1)^T. The product of a matrix and its inverse, as well as the product of its inverse and the original matrix, always results in the identity matrix.
Join 15 Million students on the app today!
Point IconLive & recorded classes available at ease
Point IconDashboard for progress tracking
Point IconMillions of practice questions at your fingertips
Download ButtonDownload Button
Banner Image
Banner Image
Free Learning Resources
Know about Physics Wallah
Physics Wallah is an Indian edtech platform that provides accessible & comprehensive learning experiences to students from Class 6th to postgraduate level. We also provide extensive NCERT solutions, sample paper, NEET, JEE Mains, BITSAT previous year papers & more such resources to students. Physics Wallah also caters to over 3.5 million registered students and over 78 lakh+ Youtube subscribers with 4.8 rating on its app.
We Stand Out because
We provide students with intensive courses with India’s qualified & experienced faculties & mentors. PW strives to make the learning experience comprehensive and accessible for students of all sections of society. We believe in empowering every single student who couldn't dream of a good career in engineering and medical field earlier.
Our Key Focus Areas
Physics Wallah's main focus is to make the learning experience as economical as possible for all students. With our affordable courses like Lakshya, Udaan and Arjuna and many others, we have been able to provide a platform for lakhs of aspirants. From providing Chemistry, Maths, Physics formula to giving e-books of eminent authors like RD Sharma, RS Aggarwal and Lakhmir Singh, PW focuses on every single student's need for preparation.
What Makes Us Different
Physics Wallah strives to develop a comprehensive pedagogical structure for students, where they get a state-of-the-art learning experience with study material and resources. Apart from catering students preparing for JEE Mains and NEET, PW also provides study material for each state board like Uttar Pradesh, Bihar, and others

Copyright © 2025 Physicswallah Limited All rights reserved.