Solveeit Logo

Question

Question: What is the multiplicative inverse of a matrix?...

What is the multiplicative inverse of a matrix?

Explanation

Solution

In this problem we need to calculate the multiplicative inverse of a matrix. First, we will assume a matrix AA and the inverse of the matrix AA as BB. When we have multiplied a matrix with the given matrix, if we get the identity matrix as a result then we can say that the multiplied matrix is called a multiplicative inverse of the given matrix. So, we can write the mathematical form of the statement in terms of AA and BB. Now we will simplify the equation to get the value of BB which is our required result.

Complete step by step solution:
Let us assume a matrix which is named as AA.
Let the multiplicative inverse of the matrix AA is BB.
We know that the product of the matrix AA and its multiplicative inverse which is BB should be equal to the identity matrix. So, we can write this mathematically as
A×B=IA\times B=I
Dividing the above equation with AA on both sides, then we will get
ABA=IA\dfrac{AB}{A}=\dfrac{I}{A}
Cancelling the term AA which is in both numerator and denominator on left hand side, then we will have
B=IAB=\dfrac{I}{A}
We can write the term 1A\dfrac{1}{A} as A1{{A}^{-1}}. Substituting this value in the above equation, then we will get
B=I×A1B=I\times {{A}^{-1}}
We know that the product of any matrix with identity matrix will be equal to a multiplied matrix. So, we can write the above equation as
B=A1B={{A}^{-1}}
Hence the multiplicative inverse of the matrix(A)\left( A \right) is equal to the inverse of that matrix(A1)\left( {{A}^{-1}} \right).

Note: The terms inverse of the matrix and multiplicative inverse of the matrix are used in the same meaning. So, whenever someone asked to calculate the multiplicative inverse then simply calculate the inverse of the matrix from the formula A1=1Aadj(A){{A}^{-1}}=\dfrac{1}{\left| A \right|}adj\left( A \right).