Last updated on July 9th, 2025
The arrangement of data in rows and columns is called a matrix. If a matrix has ‘m’ rows and ‘n’ columns, then the order of the matrix is m × n, where m is the number of rows and n represents the number of columns. The matrix whose inverse exists is known as an invertible matrix. In this article, we will learn more about invertible matrices.
An invertible matrix is the matrix whose inverse exists. Only square matrices can have an inverse. If a matrix has an inverse, then it is said to be an invertible matrix. If the product of two matrices is the identity matrix, then the two matrices are inverses of each other. Let A and B be square matrices, such that:
AB = BA = In.
In is the identity matrix
Matrix A is invertible, and B is its inverse.
The basic condition of the invertible matrix is explained below:
The invertible matrix theorem tells us all the different ways we can check if a square matrix has an inverse or not. If any square matrix can be inverted, then all the following conditions are true. If any one of the conditions is true, then all others are true.
An invertible matrix plays a major role in solving systems of linear equations and understanding linear transformations. The properties of an invertible matrix are given below:
In linear algebra, invertible matrices have several properties that help in solving equations. There are many properties of an invertible matrix, and some of them are explained below:
Property 1:
The inverse of A-1 is A itself.
(A-1)-1 = A
When we multiply A by A-1, we will get the identity matrix.
A × A-1 = 1
Now, if we take the inverse of A-1, we get back A
So, (A-1)-1 = A
Property 2:
A × A-1 = A-1 × A = I
When we multiply a matrix A by its inverse A-1, it’s like multiplying a number by its reciprocal.
For example,
If A = 5, then A-1 = ⅕
5 × ⅕ = 1 = ⅕ × 5
In matrices, 1 is called the identity matrix, which does not change anything when multiplied.
The matrix inversion method is a technique used to solve systems of linear equations using the inverse of a matrix. There are various methods to find the inverse of a matrix, the following methods are used to find the inverse of a matrix:
Example: Check whether matrix A = [2 3
1 2]
is invertible or not. If A is invertible, then check whether matrix B = [ 2 -3
-1 2] is the inverse of matrix A or not.
Step 1: Check whether the matrix A is invertible
We can check the determinant using,
det(A) = (a × d) - (b × c)
Here, a = 2, b = 3, c = 1, d = 2
det (A) = (2 × 2) - (3 × 1) = 4 - 3 = 1
Here, the determinant is not zero, A is invertible.
Step 2: Multiply A × B
AB = 1223 × -122-3
Multiply the rows of A by the columns of B
AB = (1 × 2 + 2 × (-1))(2 × 2 + 3 × (-1))(1 × (-3) + 2 × 2)(2 × (-3) + 3 × 2)
= (2 - 2)(4 - 3)(-3 + 4)(-6 + 6)
= 0110
We got an identity matrix when multiplying A and B
Step 3: Multiply B × A
BA = -122-3 × 1223
Multiplying the rows of B by the columns of A
BA = (-1 × 2 + 2 × 1)(2 × 2 + (-3) × 1)(-1 × 3 + 2 × 2)(2 × 3 + (-3) × 2)
= (-2 + 2)(4 - 3)(-3 + 4)(6 - 6)
= 0110
Since AB = BA = I
Invertible Matrix Determinant
For any square matrix A, the determinant of its inverse is the reciprocal of the determinant of A.
det(A-1) = 1 / det(A)
Proof:
We know that,
det(A × B) = det(A) × det(B)
A × A-1 = In
det(A × A-1) = det(In)
det(A) × det(A-1) = det(In)
det(In) = 1
det(A) × det(A-1) = 1
det(A-1) = 1 / det(A)
Hence, proved.
How to Obtain the Inverse of a Matrix by Elementary Operations?
The inverse of a matrix can be found using a method called elementary row operations, also known as the Gauss-Jordan elimination method. To find the inverse of a matrix using row operations, follow the steps given below:
Step 1: Write the matrix you want to find the inverse of. Draw an identity matrix of the same size beside it.
Step 2: Do simple row operations like swapping rows, multiplying a row, or adding one row to another to turn the original matrix into an identity matrix.
Step 3: Apply the same row operations to the identity matrix.
Step 4: Once the original matrix becomes the identity matrix, the other side becomes the inverse of the original matrix.
An invertible matrix has various applications, and some of them are mentioned below.
Students make mistakes while dealing with invertible matrices. Given below are some common mistakes that students make when working with invertible matrices.
Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.
: He loves to play the quiz with kids through algebra to make kids love it.