If A is a non-singular square matrix, there is an existence of n x n matrix A-1, which is called the inverse of a matrix A such that it satisfies the property:
AA-1 = A-1A = I, where I is the Identity matrix
The identity matrix for the 2 x 2 matrix is given by
It is noted that in order to find the matrix inverse, the square matrix should be non-singular whose determinant value does not equal to zero.
Let us take the square matrix A
Where a, b, c, and d represents the number.
The determinant of the matrix A is written as ad-bc, where the value is not equal to zero. In this article, let us discuss the important properties of matrices inverse with example.
Also, read:
Matrix Inverse Properties
The list of properties of matrices inverse is given below. Go through it and simplify the complex problems.
If A and B are the non-singular matrices, then the inverse matrix should have the following properties
- (A-1)-1 =A
- (AB)-1 =A-1B-1
- (ABC)-1 =C-1B-1A-1
- (A1 A2….An)-1 =An-1An-1-1……A2-1A1-1
- (AT)-1 =(A-1)T
- (kA)-1 = (1/k)A-1
- AB = In, where A and B are inverse of each other.
- If A is a square matrix where n>0, then (A-1)n =A-n
Where A-n = (An)-1
Solved Example
The example of finding the inverse of the matrix is given in detail. Go through it and learn the problems using the properties of matrices inverse.
Question:
Find the inverse A-1 of the matrix
Solution:
Given:
We know that
A-1 = adj (A) / det(A)
A-1 = adj (A) / |A|
|A| = 2(4-1) -1(6-2)+1(3-4)
|A| = 2(3) -1(4)+1(-1)
|A| = 6-4-1
|A| = 1
Now, find Adj(A):
Now, take the transpose of the cofactor matrix
Therefore,
A-1 = adj (A) / |A|
Register with BYJU’S – The Learning App to learn the properties of matrices, inverse matrices and also watch related videos to learn with ease.
Comments