Math101Inverse Matrix
A precise guide to matrix inverses, invertibility criteria, computation, and appropriate use.
Precise definition
For a square matrix $A$, an inverse is a matrix $A^{-1}$ satisfying $AA^{-1}=A^{-1}A=I$. It exists exactly when $A$ is invertible, equivalently $\det A\ne0$, $\operatorname{rank}A=n$, the columns form a basis, and $A\mathbf x=0$ has only the zero solution.
Notation and mathematical language
For $2\times2$, $A^{-1}=\frac1{ad-bc}\begin{pmatrix}d&-b\\-c&a\end{pmatrix}$ when $ad-bc\ne0$. In general, row-reduce the augmented block $[A\mid I]$; obtaining $[I\mid B]$ proves $B=A^{-1}$.
Conceptual picture
An inverse undoes the linear transformation on both sides. Each column of $A^{-1}$ solves $A x=e_j$. Matrix multiplication order matters: $(AB)^{-1}=B^{-1}A^{-1}$.
Fully worked example
Interpretation and application
Inverse matrices encode coordinate changes and reversible systems. A theoretically invertible but ill-conditioned matrix may amplify measurement or rounding error greatly; invertibility is a yes/no property, while conditioning measures sensitivity.
