The multiplicative inverse of a matrix A is usually denoted A^(- 1).
Example
Consider two 3* 3 matrices.
A= 1 & 0 & 2 - 2 & 1 & 1 - 1 & 1 & 2 B= - 1 & - 2 & 2 - 3 & - 4 & 5 1 & 1 & - 1
It can be shown that B is the multiplicative inverse of A by calculating the products A* B and B* A. First, the product A* B is calculated.