To know if two matrices product is or is not the identity, we need to multiply it. And given matrices A and X, let's do it.
The multiplication of two matrices 2x2 is given by:
where:
Now, we calculate the terms of X A:
Because we know that a 2x2 identity matrix is given by:
and the term C₁₁ is different from 1, we can already conclude that the product of the two matrices IS NOT the identity matrix.
We say two matrices are inverse of each other when the multiplication of them results in the identity matrix, doesn't matter the order. And because we already saw above that XxA will not result in the identity matrix, X and a are not inverse of each other.