Skip to main content

Invertible Matrices | Invertible Matrix Theorems, Proofs, Applications & Properties, Solved Examples, Class 12 Matrix Notes Study Material pdf download free

A Matrix is an array of numbers arranged in the form of rows and columns. The number of rows and columns of a matrix are known as its dimensions, which is given by x n where and n represent the number of rows and columns respectively. The basic mathematical operations like addition, subtraction, multiplication and division can be done on matrices. In this article, we will discuss the inverse of a matrix or the invertible vertices.

What is Invertible Matrix?

A matrix A of dimension n x n is called invertible if and only if there exists another matrix B of the same dimension, such that AB = BA = I, where I is the identity matrix of the same order. Matrix B is known as the inverse of matrix A. Inverse of matrix A is symbolically represented by A-1. Invertible matrix is also known as a non-singular matrix or nondegenerate matrix.

For example, matrices A and B are given below:

A=[1225]

B=[5221]

Now we multiply A with B and obtain an identity matrix:

AB=[1225][5221]=[1001]

Similarly, on multiplying B with A, we obtain the same identity matrix:

BA=[5221][1225]=[1001]

It can be concluded here that AB = BA = I. Hence A-1 = B, and B is known as the inverse of A. Similarly, A can also be called an inverse of B, or B-1 = A.

A square matrix that is not invertible is called singular or degenerate. A square matrix is called singular if and only if the value of its determinant is equal to zero. Singular matrices are unique in the sense that if the entries of a square matrix are randomly selected from any finite region on the number line or complex plane, then the probability that the matrix is singular is 0, that means, it will “rarely” be singular.

Invertible Matrix Theorem

Theorem 1

If there exists an inverse of a square matrix, it is always unique.

Proof:

Let us take A to be a square matrix of order n x n. Let us assume matrices B and C to be inverses of matrix A.

Now AB = BA = I since B is the inverse of matrix A.

Similarly, AC = CA = I.

But, B = BI = B (AC) = (BA) C = IC = C

This proves B = C, or B and C are the same matrices.

Theorem 2:

If A and B are matrices of the same order and are invertible, then (AB)-1 = B-1 A-1.

Proof:

(AB)(AB)-1 = I                                     (From the definition of inverse of a matrix)

A-1 (AB)(AB)-1 = A-1 I                         (Multiplying A-1 on both sides)

(A-1 A) B (AB)-1 = A-1                                   (A-1 I = A-1 )

I B (AB)-1 = A-1

B (AB)-1 = A-1

B-1 B (AB)-1 = B-1 A-1

I (AB)-1 = B-1 A-1

(AB)-1 = B-1 A-1

Matrix Inversion  Methods

Matrix inversion is the method of finding the other matrix, say B that satisfies the previous equation for the given invertible matrix, say A. Matrix inversion can be found using the following methods:

  • Gaussian Elimination
  • Newton’s Method
  • Cayley-Hamilton Method
  • Eigen Decomposition Method

Applications of Invertible Matrix

For many practical applications, the solution for the system of the equation should be unique and it is necessary that the matrix involved should be invertible. Such applications are:

  • Least-squares or Regression
  • Simulations
  • MIMO Wireless Communications

Invertible Matrix Example

Now, go through the solved example given below to understand the matrix which can be invertible and how to verify the relationship between matrix inverse and the identity matrix.

Example: If

A=[3150] and B=[015135]

then show that A is invertible matrix and B is its inverse.

Solution:

Given,

A=[3150] and B=[015135]

Now, finding the determinant of A,

|A|=|3150|

= -3(0) – 1(5)

= 0 – 5

= -5 ≠ 0

Thus, A is an invertible matrix.

We know that, if A is invertible and B is its inverse, then AB = BA = I, where I is an identity matrix.

Invertible matrix example solution

AB = BA = I

Therefore, the matrix A is invertible and the matrix B is its inverse.

Properties

Below are the following properties hold for an invertible matrix A:

  • (A−1)−1 = A
  • (kA)−1 = k−1A−1 for any nonzero scalar k
  • (Ax)+ = x+A−1 if A has orthonormal columns, where + denotes the Moore–Penrose inverse and x is a vector
  • (AT)−1 = (A−1)T
  • For any invertible n x n matrices A and B, (AB)−1 = B−1A−1. More specifically, if A1, A2…, Ak are invertible n x n matrices, then (A1A2⋅⋅⋅Ak-1Ak)−1 = A−1kA−1k−1⋯A−12A−11
  • det A−1 = (det A)−1

Comments

Popular posts from this blog

Symmetric & Skew Symmetric Matrix-Properties, Solved Examples, Class 12 Matrices Chapter Notes Study Material Download pdf

A symmetric matrix and skew-symmetric matrix both are square matrices. But the difference between them is, the symmetric matrix is equal to its transpose whereas skew-symmetric matrix is a matrix whose transpose is equal to its negative. If A is a symmetric matrix, then A = A T   and if A is a skew-symmetric matrix then A T  = – A. Table of Contents Symmetric Matrix Properties of Symmetric Matrix Skew Symmetric Matrix Properties of Skew Symmetric Matrix Determinant of Skew Symmetric Matrix Eigenvalue of Skew Symmetric Matrix Frequently Asked Questions-FAQs What is a symmetric matrix? How do you know if a matrix is symmetric? Give an Example of a Matrix Which is Symmetric but not Invertible. Is Symmetric Matrix Diagonalizable? What is skew-symmetric matrix? What is the difference between symmetric and skew-symmetric matrix? Symmetric Matrix To understand if a matrix is a symmetric matrix, it is very important to know about transpose of a matrix and how to find it. If we in...

Onto Functions(Surjective Functions)-Definition, Graph, Properties, Solved Examples, FAQs

  Onto Function is one of the many types of functions defined based on the relationship between its domain and codomain. For any function to be onto, it needs to relate two sets with a very specific mapping between elements, meaning that each element of the codomain has at least one element in the domain as its pre-image. In simple words, for any function, if all the elements of the codomain are mapped to some element of the domain, then the function is said to be an onto function.  In this article, we will discuss the concept of onto or surjective function in detail including its definition, example, and many more. We will also discuss key differences between one one, onto and into functions as well. Table of Contents What is an Onto Function? Onto Function Definition Representation for Onto Function Examples of Onto Function Properties of Onto Function Composition of Onto Function Onto Function Graph Number of Onto Functions One to One and Onto Functions Onto and Into Functi...

Transpose of a Matrix-Addition & Multiplication Property of Transpose, Solved Examples, Class 12 Matrices Chapter Notes Study Material Download pdf

Transpose of a matrix is one of the most commonly used methods in matrix transformation. For a given matrix, the transpose of a matrix is obtained by interchanging rows into columns or columns to rows. In this article, we are going to learn the definition of the transpose of a matrix, steps to find the transpose of a matrix, properties and examples with a complete explanation. Before learning how to find the transpose of a matrix, first let us learn, what a matrix is? Table of Contents What is a Matrix? Transpose of a Matrix Definition How to Find the Transpose of a Matrix? Properties of Transpose of a Matrix (i) Transpose of the Transpose Matrix (ii) Addition Property of Transpose (iii) Multiplication by Constant (iv) Multiplication Property of Transpose Transpose of a Matrix Examples Practice Problems Frequently Asked Questions What is the transpose of a matrix? How to calculate the transpose of a Matrix? What is the Addition Property of Transpose? What is the Multiplication Property...