What is the inverse matrix?

What is the inverse matrix?

Every matrix that isn’t singular has an inverse matrix. Whenever we multiply a matrix by its inverse matrix, we get the identity matrix, I.

Representing the inverse matrix

Finding the inverse matrix

Find the inverse matrix of \begin{bmatrix} 4 & 2 \\ 5 & 3 \end{bmatrix}

General form of the inverse matrix

From that, we can derive the formula of the inverse of a 2x2 matrix:

M^{-1}=\frac1{ad-bc}\begin{pmatrix}d&-b\\-c&a\end{pmatrix}

Find the inverse matrix of \begin{bmatrix} 4 & 2 \\ 5 & 3 \end{bmatrix} using the general form

Find the inverse of \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}

Find the inverse of \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}

The inverse of a matrix M is \begin{bmatrix} 2 & 3 \\ 4 & 5 \end{bmatrix}. What is M?

Find the inverse of matrix product AB

Remember this. THe inverse of AB=B^{-1}A^{-1}.