I tested the following simplification numerically and it doesn't seem to be working:
$$ A^{-1} B^{-1} A B = I $$
Why is this invalid? Isn't the left side equivalent to $ (AB)^{-1} (AB) $? A and B are invertible square matrices.
I tested the following simplification numerically and it doesn't seem to be working:
$$ A^{-1} B^{-1} A B = I $$
Why is this invalid? Isn't the left side equivalent to $ (AB)^{-1} (AB) $? A and B are invertible square matrices.
$$(AB)^{-1} = B^{-1} A^{-1} \ne A^{-1} B^{-1}.$$