Types: N/A
Examples: N/A
Constructions: N/A
Generalizations: N/A

Properties: 13.4 Properties of Matrix Inverses
Sufficiencies: N/A
Questions: N/A

Inverse of a Square Matrix

Let ARn×n be a square matrix. We say that A is invertible iff there exists a matrix CRn×n such that

AC=CA=In

where In is the n×n 8.6 Identity Matrix.

  • C=A1 is the inverse of A.
  • An invertible matrix is called nonsingular while a matrix that is not invertible is called singular
  • ! Not all square matrices are invertible!

Remark. Matrix inverses are the inverse of 11 Matrix-Matrix Multiplication. Only square matrices can be two-side inverses.


Inverse of a Square Matrix

Consider matrices

A=[2003],C=[120013]

Notice that C is the inverse of A, denoted as C=A1, because

AC=[2003][120013]=[1001]
Inverse of Shear Matrix

Consider the matrices

S31(3)=[100010301],C=[100010301]

We see that C=(S31(3))1 because

S31(3)C=[100010301][100010301]=[100010001]
Conjecture

Note if DRn×n is diagonal with dii0 for all i{n}, then

D=[d11000d21000dnn]

is invertible with

D1=[d111000d211000dnn]

Therefore,

nonsingularlinearly independent columns and squarelinearly independent rows and squarethere is a CRn×n with AC=CA=In and G=A1