Invertible Matrices and Matrix Inverse

The square matrix is invertible if there is a matrix such that:

Where: is the identity matrix.

If is not invertible, it is called a singular matrix.

Equivalent Statements

The following statements are equivalent for an matrix :

  1. is invertible
  2. is row equivalent to the identity matrix
  3. has pivot positions
  4. The system has only the trivial (zero) solution
  5. The system has at least one solution for every
  6. The vector span of the columns of span all of

Finding the Inverse

Using Matrix Row Reduction

Given matrix, can be found by constructing a matrix

and performing row reduction until it is in RREF form. The result will be

If is not found on the left (there isn’t a pivot position in each row), then is not invertible.

For 2x2 Matrix

Given matrix, the inverse can be found using the formula:

Where (the singular matrix case).

Properties

Inverse of an Inverse is the Original Matrix

Inverse of a Transpose is the Transpose of the Inverse

Inverse of a Product is the Product of the Inverses in Reverse Order