Proof For Properties of Invertible Matrix

There are various properties of invertible matrices, some of which are discussed as follows:

  •  (A-1)-1 = A

Proof: 

If A is an invertible matrix then

AA-1 = I 

Taking inverse on both sides

⇒ (AA-1)-1 = I-1 

⇒ (A-1)-1A-1 = I [from theorem 2 (AB)-1 = B-1A-1]

Multiplying by A on both sides

(A-1)-1A-1A = IA

⇒ (A-1)-1I = A

⇒ (A-1)-1 = A

Hence, it is proved that (A-1)-1 = A

  • (A1A2A3………..An)-1 = An-1An-1-1……….A2-1A1-1

Proof: 

This can be proved by mathematical induction

for n = 2 

(A1A2)-1 = A2-1A1-1 ……….(1)

This statement is true. [by theorem 2]

Let this is true for n = k

(A1A2A3……….Ak)-1 = Ak-1…………A2-1A1-1……..(2)

For n = k+1, you have to prove this.

(A1A2A3……….AkAk+1)-1

=((A1A2A3………Ak)Ak+1)-1

=((Ak-1…………A2-1A1-1)Ak+1)-1

=(Ak+1)-1 (Ak-1…………A2-1A1-1)    [using theorem 2]

= Ak+1-1Ak-1………….A2-1A1-1 

Hence, it is proved.

  • AA-1= A-1A = In

Proof: 

A matrix is invertible if AA-1 = I

Multiply by A on both sides

AAA-1 = AI

⇒ AI = A

Multiplying by A-1 on both sides

A-1AI = A-1A

⇒ I = A-1A

Hence, it is proved that AA-1 = I = A-1A

Read More,

Invertible Matrix

Invertible matrices are defined as the matrix whose inverse exists. We define a matrix as the arrangement of data in rows and columns, if any matrix has m rows and n columns then the order of the matrix is m × n where m and n represent the number of rows and columns respectively. 

We define invertible matrices as square matrices whose inverse exists. They are non-singular matrices as their determinant exists. There are various methods to calculate the inverse of the matrix.

In this article, we will learn about, What are Invertible Matrices? Invertible Matrices Examples, Invertible Matrix Theorems, Invertible Matrix Determinant, and others in detail.

Table of Content

  • What is Invertible Matrix?
  • Invertible Matrix Example
  • Matrix Inversion Methods
  • Invertible Matrix Theorem
  • Invertible Matrix Properties
  • Invertible Matrix Determinant

Similar Reads

What is Invertible Matrix?

Invertible matrices are defined as the matrix whose inverse exists. We can also say that invertible matrices are the matrix for which inversion operations exist. An invertible matrix is a square matrix as the inverse of only a square matrix exists. The order of the invertible matrix is of the form, n × n. Let A be any square matrix of order n × n if there exists a matrix of order B of order n × n, such that,...

Invertible Matrix Example

Example: Check if A = [Tex]\bold{\begin{bmatrix} 5 &6 \\ 4&5 \end{bmatrix}}     [/Tex] is an invertible matrix and B = [Tex]\bold{\begin{bmatrix} 5 &-6 \\ -4&5 \end{bmatrix}}     [/Tex] is its inverse....

Matrix Inversion Methods

There are various methods to find the inversion of the matrix. Using the following methods we can find the other matrix the ‘B’ matrix which is the inverse of the matrix ‘A’:...

Invertible Matrix Theorem

There are two very basic invertible matrix theorems that are used in solving various problems of matrices, which are listed as follows:...

Invertible Matrix Properties

Invertible matrices have various properties and some of the important properties of invertible matrices are listed below,...

Invertible Matrix Determinant

We define that for any square matrix A the determinant of the inverse of the square matrix A is the reciprocal of the determinant of the square matrix, i.e....

Applications of Invertible Matrix

Invertible matrix has various applications and some of the important applications of invertible matrices are,...

Proof For Properties of Invertible Matrix

There are various properties of invertible matrices, some of which are discussed as follows:...

Solved Examples on Invertible Matrix

Example 1: If [Tex]A = \begin{bmatrix} 3 &1 \\ 2 & 4 \end{bmatrix}         [/Tex] prove, (A-1)-1 = A...

Invertible Matrix – FAQs

1What are Invertible Matrices...

Contact Us