Processing math: 100%

Inverse Matrix Calculator

Enter Your Matrix Values









Formula

The following formula is used to calculate the inverse matrix value of the original 2×2 matrix:

A1=1adbc[dbca]

Where:

What is an Inverse Matrix?

An inverse matrix is the reciprocal of a given matrix of a fixed number of rows and columns. The inverse of a matrix A is denoted as A1, and it is a matrix such that when multiplied by A, it results in the identity matrix. The identity matrix is a matrix with ones on the diagonal and zeros elsewhere.

Example Calculation

Let's assume the following values for the matrix:

First, calculate the determinant:

det=(46)(72)=2414=10

Next, use the formula to find the inverse matrix:

A1=110[6724]=[0.60.70.20.4]

So, the inverse matrix is:

[0.6,0.7]

[0.2,0.4]