The Inverse of a Matrix

Definition

The inverse of a square matrix  of order (n x n) is denoted by -1. The matrix is invertable if -1 exists such that; -1== -1,  where I  is an Identity matrix of order (n x n)

General Theorem

If A is an (n x n) matrix, then A is invertable if the equation A x=b has a unique solution;

x=-1b

The unique inverse of an invertable matrix  is denoted by-1.

Evaluating the Inverse

A good method for finding the inverse of an (n x n) matrix is to form the (n x 2n)-matrix (|), where   is the n x n matrix and  is an n x n unit matrix.

We must then reduce ( | ) to row-echelon form by successive applications of elementary row operations, which consist of multipling rows by constants and add multiples of one row to another row.

Matrix A is invertable only if ( |) reduces to;

(|-1)

Then-1 is the inverse of matrix .

Example

We then apply elementary row operations:

By subtracting 3 x Row 1 from Row 2 we obtain:

By dividing Row 2 by -3 we obtain

By subtracting Row 2 from Row 1 we obtain:

The last result is in the form:  therefore:

Properties of the Inverse: