Types: N/A
Examples: N/A
Constructions: N/A
Generalizations: 13.1 Inverse of a Square Matrix

Properties: N/A
Sufficiencies: N/A
Questions: N/A

Cramer's Rule for Inverse of a 2×2 System

Consider the 2×2 matrix with real entries given by

A=[a11a12a21a22]

Then, the inverse of matrix A is given by

A1=1δ[a11a12a21a22]

where δ=a11a22a21a12.

\begin{proof}
Suppose matrix AR2×2 is nonsingular. Let

A=[a11a12a21a22]

To produce the inverse of A, we will transform A into the 8.6 Identity Matrix I2 using elementary matrices.

We will assume a110 and reduce A to I2 in the following series of equations.

S21(a21a11)A=[10a21a111][a11a12a21a22]=[a11a120δa11]

Now, consider

D2(a11δ)D1(1a11)=[1a1100a11δ]

We can multiply our product by this diagonal matrix to find

[1a1100a11δ][a11a120δa11]=[1a12a1101]

We finish converting our matrix to I2 by multiplying this entire product on the left-hand side to annihilate a12a11.

[1a12a1101][1a12a1101]=[1001]

Thus, we see that A1A=I2 with

A1=S12(a12a11)D2(a11δ)D1(1a11)S21(a21a11)

The reduction of matrix A into I2 gives us a format to specifically calculate A1. We can do this by first finding the product

(D2(a11δ)D1(1a11))S21(a21a11)

given as

[1a1100a11δ][10a21a111]=[1a110a21δa11δ]

Using our product, we can calculate A1.

[1a12a1101][1a110a21δa11δ]=1δ[a22a12a21a11]

\end{proof}