Definition

For a square matrix , its inverse (denoted as ) is a matrix that satisfies: where is the identity matrix.

Properties

  1. Only square matrices can have inverses.
  2. Not all square matrices have inverses. Those that do are called invertible or non-singular.
  3. If exists, it is unique.
  4. is invertible if and only if the determinant
  5. is invertible if and only if have no zero eigenvalue

Calculation

Adjugate Matrix

See Adjugate Matrix

Polynomials

If is an invertible matrix, its inverse can sometimes be expressed as a polynomial of . One common method involves the Cayley-Hamilton theorem, which states that every square matrix satisfies its own characteristic equation.

Given the characteristic polynomial of : By the Cayley-Hamilton theorem, we have: If , we can rearrange this equation to solve for : Multiplying both sides by , we get: Thus, can be expressed as a polynomial of .

Other Computational Methods

For larger matrices, numerical methods such as:

  • Gaussian elimination
  • LU decomposition are commonly used to compute the inverse.