M.4 Matrix Inverse

M.4 Matrix Inverse
Inverse of a Matrix

The matrix B is the inverse of matrix A if AB=BA=I. This is often denoted as B=A1 or A=B1. When taking the inverse of the product of two matrices A and B,

(AB)1=B1A1

 

When taking the determinate of the inverse of the matrix A,

det(A1)=1det(A)=det(A)1

Note that not all matrices have inverses. For a matrix A to have an inverse, that is to say for A to be invertible, A must be a square matrix and det(A)0. For that reason, invertible matrices are also called nonsingular matrices.

Two examples are shown below

det(A)=|4521|=4152=140

det(C)=|121532606|=2|5266|+3|1166|+0|1152|

det(C)=2(5626)+3(16(1)6)0(12(1)5)=0

So C is not invertible, because its determinate is zero. However, A is an invertible matrix, because its determinate is nonzero. To calculate that matrix inverse of a 2 × 2 matrix, use the below formula.

A1=(a1,1a1,2a2,1a2,2)1=1det(A)(a2,2a1,2a2,1a1,1)=1a1,1a2,2a1,2a2,1(a2,2a1,2a2,1a1,1)

For example

A1=(4521)1=1det(A)(1524)=1415(2)(1524)=(114514214414)

 

For finding the matrix inverse in general, you can use Gauss-Jordan Algorithm. However, this is a rather complicated algorithm, so usually one relies upon the computer or calculator to find the matrix inverse.


Legend
[1]Link
Has Tooltip/Popover
 Toggleable Visibility

Links: