Access free live classes and tests on the app
Download
+
Unacademy
  • Goals
    • AFCAT
    • AP EAMCET
    • Bank Exam
    • BPSC
    • CA Foundation
    • CAPF
    • CAT
    • CBSE Class 11
    • CBSE Class 12
    • CDS
    • CLAT
    • CSIR UGC
    • GATE
    • IIT JAM
    • JEE
    • Karnataka CET
    • Karnataka PSC
    • Kerala PSC
    • MHT CET
    • MPPSC
    • NDA
    • NEET PG
    • NEET UG
    • NTA UGC
    • Railway Exam
    • SSC
    • TS EAMCET
    • UPSC
    • WBPSC
    • CFA
Login Join for Free
avtar
  • ProfileProfile
  • Settings Settings
  • Refer your friendsRefer your friends
  • Sign outSign out
  • Terms & conditions
  • •
  • Privacy policy
  • About
  • •
  • Careers
  • •
  • Blog

© 2023 Sorting Hat Technologies Pvt Ltd

CBSE Class 12 » CBSE Class 12 Study Materials » Mathematics » Invertible matrices
CBSE

Invertible matrices

The properties and theorems of invertible matrices and how to calculate the inverse of a 2×2 matrix, 3×3 matrix, and how to calculate the inverse of a matrix by elementary comparison.

Table of Content
  •  

Introduction

An invertible matrix is also known as a non-degenerate and non-singular matrix. In our Invertible matrices article, we will discuss the definition of invertible matrices, their properties, and theorems, along with a step-by-step guide on calculating the inverse of a 2×2 matrix and 3×3 matrix. We will also see how the inverse of a matrix can be calculated by elementary comparison. 

Definition of invertible matrices

  • A matrix is a rectangular array of numbers that are arranged in rows and columns.
  • Let there be a matrix A of order n × n and another matrix B of the same dimension. Matrix A will be considered an invertible matrix if AB = BA = In, where n denotes the order of the matrix. In this scenario, matrix B is the inverse of matrix A.
  • The inverse of matrix A, which is an invertible matrix, can be represented as A-1.
  • An invertible matrix is also known as a non-degenerate matrix or a non-singular matrix.
  • Similarly, a square matrix that is non-invertible is referred to as a degenerate or singular matrix.

Inverse of a 2×2 matrix

  • Let matrix A =
  • The formula to calculate the inverse of matrix A = A-1 =  
  • We can observe in the above formula that entries p and s swapped their positions with each other. We can also observe that the signs of q and r were reversed.
  • Let’s see this formula in action.

Find the inverse of matrix A =

Inverse of matrix A =

Therefore, Det (A) =  =  72 – 80 = -8

Inverse of matrix A =    

Inverse of 3×3 matrix

Finding the inverse of the 3×3 matrix is not as easy as finding the inverse of a 2×2 matrix and involves several steps. Let us solve the following matrix to understand the concept of inverting a 3×3 matrix.

A=

  • Step 1 is to find the determinant of A.

Det (A) = 1 (0-24) – 2(0-20) + 3(0-5)

Det (A) = -24 + 40 – 15 = 1

Since det (A)  0. Therefore, matrix A is invertible.

  • Transpose of the original matrix =
  • Step 2 is to calculate the determinant of every 2×2 matrix within the original matrix.

Determinant for 2×2 matrix for all of the first-row elements-

A11=  = -24

A12 =  = -18

A13= = 5

Second row-

A21= = -20

A22= =-15

A23= =4

Third row-

A31=  = -5

A32= = -4

A33= =1

  • The next step is to form a matrix from the cofactors. Therefore, we get the new matrix
  • Adjoint matrix = × =
  • Inverse of matrix A = A-1 = ,

Therefore, A-1 =

  • Therefore, the inverse of matrix A =

Theorems of invertible matrices

  • The inverse of an invertible matrix is always unique.
  • If A and B are two separate invertible matrices of the same order, then (AB)-1 = B-1 A-1.
  • Matrix A is an invertible matrix only when it’s determinant does not equal zero.
  • The transpose of a matrix is also an invertible matrix.

Properties of invertible matrices

  • If A is an invertible matrix, then its inverse is also invertible.
  • The inverse of an inverse matrix is the original matrix. For example (B-1)-1 = B.
  • If A and B are two invertible matrices, then their product is also invertible. The inverse of AB can be written as- (AB)-1 = B-1 A-1.
  • If A and B are matrices of the same order and In = AB, then A and B are inverses of each other.

How to obtain the inverse of a matrix by elementary operations?

  • The inverse of a matrix by elementary operations or the Gaussian elimination method, or the row reduction method, is an algorithm used to solve a system of linear equations.
  • Elementary operations or the row reduction method is used to find the inverse of a matrix, the determinant of a matrix, and the rank of a matrix.
  • The steps involved in finding the inverse of a matrix using elementary operations are-
  • Step 1- Create an identity matrix of the same order as the original matrix. Therefore, if the original matrix is 2×2, then the identity matrix drawn will also be 2×2.
  • Step 2- In this step, you will make the original matrix equivalent to the identity matrix by performing row or column operations.
  • Step 3- Perform either row or column operations on the identity matrix. The resultant identity matrix is the inverse of the original matrix.
  • Let us find the inverse of the following matrix by performing elementary operations.

A =,

a11= 2, a12= 0, a13= 3,  a21= -1, a22= 3, a23= -4, a31= -3, a32= 1, and a33= -4.

We start by interchanging Rows 2 and 3 so that a22= 1.

Therefore,

Then we substitute the value of R1 with R1 + R3, so that a11= 1

Then we substitute the value of R2 with R2 – 3R3 so that a21= 0

The next step is to substitute the value of R3 with R3 + R1, so that a31= 0

The next step will be to make the value of a22= 0, and for that, we will divide the second row with -8.

To make the value of a13= 0, we will subtract R2 from R1.

In the next step, we will substitute the value of R3 with R3 – 3R2, this will make the value a32= 0 and a33= 1.

We will add row 2 with row 3, to make a23= 0

And the last step is to make a12= 0 by R1 – 2R2

After transforming the original matrix into an identity matrix, we will perform all of the same operations on the identity matrix.

After performing all of the same operations on the identity matrix, we are able to determine the inverse of A.

A-1 =

You should try this exercise to check if your answer matches ours after performing all of the same operations on the identity matrix.

Conclusion

With this, we conclude our article on Invertible Matrices. An invertible matrix is also known as a non-degenerate and non-singular matrix. A matrix is a rectangular array of numbers that are arranged in rows and columns.

Let there be a matrix A of order n × n and another matrix B of the same dimension. Matrix A will be considered an invertible matrix if AB = BA = In, where n denotes the order of the matrix. In this scenario, matrix B is the inverse of matrix A. The inverse of matrix A, which is an invertible matrix, can be represented as A-1. An invertible matrix is also known as a non-degenerate matrix or a non-singular matrix. Similarly, a square matrix that is non-invertible is referred to as a degenerate or singular matrix.

Crack CBSE Class 12 with Unacademy

Get subscription and access unlimited live and recorded courses from India’s best educators

  • Structured syllabus
  • Daily live classes
  • Ask doubts
  • Tests & practice
Learn more

Notifications

Get all the important information related to the CBSE Class 12 Examination including the process of application, important calendar dates, eligibility criteria, exam centers etc.

CBSE Class 12 Exam Pattern
CBSE Class 12 Results 2023
CBSE Class 12 Syllabus
See all

Related articles

Learn more topics related to Mathematics
Zero and Identity matrix

An information derivation/illustration of the scalar matrix is presented, beginning with refuting the intuitive concept the unit matrix is stuffed with 1s, then replacing it with the proper unit matrix

What is 100 Factorial?

What is the factorial of 100? How do we calculate the factorial of 100? We will be shedding light on all these significant topics over here.

Vector Product

A vector has both a magnitude and a direction, as we know. Do we, however, understand how any two vectors multiply? Let's take a closer look at the cross-product of these vectors.

Types Of Matrices

In this article, we learn about a matrix, symmetric matrices, properties, different types of matrices, including row, column, singleton, horizontal, vertical, equal square, skew-symmetric matrices, and some of the operations.

See all
Access more than

6,582+ courses for CBSE Class 12

Get subscription

Trending Topics

  • Assertive Sentence
  • First 20 Elements
  • Charging By Induction
  • Dialogue Writing
  • What Are Tertiary Activities
  • Pedigree Analysis
  • Secondary Activities
  • Disintegration Of Soviet Union
combat_neetug

Important Links

  • NCERT Solutions
  • NCERT Books
  • Physics Formulas
  • Maths Formulas
  • Chemistry Formulas
rankpredictor_neetug
Download NEET 2022 question paper
Company Logo

Unacademy is India’s largest online learning platform. Download our apps to start learning


Starting your preparation?

Call us and we will answer all your questions about learning on Unacademy

Call +91 8585858585

Company
About usShikshodayaCareers
we're hiring
BlogsPrivacy PolicyTerms and Conditions
Help & support
User GuidelinesSite MapRefund PolicyTakedown PolicyGrievance Redressal
Products
Learner appLearner appEducator appEducator appParent appParent app
Popular goals
IIT JEEUPSCSSCCSIR UGC NETNEET UG
Trending exams
GATECATCANTA UGC NETBank Exams
Study material
UPSC Study MaterialNEET UG Study MaterialCA Foundation Study MaterialJEE Study MaterialSSC Study Material

© 2025 Sorting Hat Technologies Pvt Ltd

Unacademy
  • Goals
    • AFCAT
    • AP EAMCET
    • Bank Exam
    • BPSC
    • CA Foundation
    • CAPF
    • CAT
    • CBSE Class 11
    • CBSE Class 12
    • CDS
    • CLAT
    • CSIR UGC
    • GATE
    • IIT JAM
    • JEE
    • Karnataka CET
    • Karnataka PSC
    • Kerala PSC
    • MHT CET
    • MPPSC
    • NDA
    • NEET PG
    • NEET UG
    • NTA UGC
    • Railway Exam
    • SSC
    • TS EAMCET
    • UPSC
    • WBPSC
    • CFA

Share via

COPY