๐Ÿ“ˆcollege algebra review

Invertible matrix

Written by the Fiveable Content Team โ€ข Last updated September 2025
Written by the Fiveable Content Team โ€ข Last updated September 2025

Definition

An invertible matrix is a square matrix that has an inverse, meaning there exists another matrix which, when multiplied with the original, yields the identity matrix. A matrix is invertible if and only if its determinant is non-zero.

5 Must Know Facts For Your Next Test

  1. A square matrix $A$ is invertible if there exists a matrix $B$ such that $AB = BA = I$, where $I$ is the identity matrix.
  2. The inverse of a 2x2 matrix $\begin{pmatrix} a & b \\ c & d \end{pmatrix}$ is given by $\frac{1}{ad - bc}\begin{pmatrix} d & -b \\ -c & a \end{pmatrix}$, provided that $ad - bc \neq 0$.
  3. For an $n \times n$ matrix to be invertible, its determinant must be non-zero ($det(A) \neq 0$).
  4. If a matrix can be row reduced to the identity matrix using elementary row operations, it is invertible.
  5. The product of two invertible matrices is also an invertible matrix.

Review Questions