LibreTimes

July 24, 2026 · Theory · LibreTimes

Inverse Matrices

Nonsingular matrices, the invertibility criterion, the adjugate-matrix formula, and the Gauss–Jordan method.

Definition. A square matrix is called nonsingular if , and singular (sometimes degenerate) if .

The Inverse Matrix

Definition. A matrix is called the inverse of a square matrix if

A matrix for which exists is called invertible. The inverse matrix has the same order as .

Theorem (uniqueness). If an inverse matrix exists, it is unique.

Proof. Suppose has two inverses and . Then

The Invertibility Criterion

Theorem (Invertibility criterion). A matrix is invertible if and only if it is nonsingular:

Proof. Necessity. Suppose is invertible. From we get , hence (and along the way, ).

Sufficiency. If , the inverse matrix is given by an explicit formula via the adjugate matrix (below).

The Adjugate Matrix and the Formula for the Inverse

Definition. The adjugate matrix is the transpose of the matrix of cofactors of the entries of :

(note the transposition: position holds ).

Multiplying by and using theorems 11 and 12 (expansion of the determinant and the vanishing of "foreign" cofactor sums), we get

Hence, when :

Algorithm for Finding the Inverse Matrix

  1. Compute . If , there is no inverse; if , it exists.
  2. Find all the cofactors .
  3. Assemble the matrix of cofactors .
  4. Transpose: the adjugate matrix is .
  5. Compute .

Cost estimate. For an matrix, one must compute cofactors — minors of order . So for large this method is expensive, and in practice the inverse is more often found by the method of elementary transformations (below).

Formula for a Matrix

For with :

Example: , , so (check: ).

Properties of the Inverse Matrix

  1. (since ).
  2. .
  3. (from ).
  4. . Proof. and .
  5. (the order reverses!). Proof. , and similarly .
  6. for .

Application: Matrix Equations

The inverse matrix makes it possible to solve matrix equations. Let .

Type I: — multiply on the left by :

Type II: — multiply on the right by :

The order of multiplication matters because of non-commutativity: in Type I the factor is on the left, in Type II on the right.

The Method of Elementary Transformations (Gauss–Jordan)

Elementary row transformations are: (I) multiplying a row by a number ; (II) swapping two rows; (III) adding to a row another row multiplied by a number. Each such transformation is equivalent to multiplying on the left by the corresponding elementary matrix.

Theorem. Any nonsingular matrix can be reduced to the identity by elementary row transformations: . Denoting , we have , that is, . So the same transformations, applied to , give .

In practice, one writes the augmented matrix and uses row transformations to bring the left half to :

Example

(Check: .)

0

No comments yet

Be the first to share your thoughts.