An inverse matrix transformation reverses the effect of a linear transformation, sending each image point back to its original point. It exists only when the transformation matrix is non-singular, which in two dimensions means its determinant is non-zero. Understanding inverses links algebraic matrix manipulation to geometric ideas such as reversing rotations, undoing stretches, and recognizing transformations that are their own inverses.
where is the identity matrix. This shows that applying a transformation and then its inverse returns every point to its starting position.
for with . The swapped diagonal entries and sign changes in the off-diagonal entries arise from solving the system needed to make the product equal to the identity matrix.
This is essential in multi-step transformation problems.