I am looking for some intuitive explanation based on the geometric transformation in 2D or 3D space.
In general, for two matrices $A$ and $B$, $AB \neq BA$, i.e., the matrix product isn't commutative. This is sort of intuitive because the end result of two successive transformations, in general, depends on the order.
When it comes to determinants, $det(AB) = det(A).det(B)$ Since a determinant is a scalar, $det(A).det(B)=det(B).det(A)=det(BA)=det(AB)$
As a matrix can be regarded as a transformation of space and its associated determinant gives the factor by which an area changes due to the transformation,
Is there an intuitive explanation for why should two successive transformations, which when put in reverse order do not necessarily give the same outcome, must end up with the same factor by which an area changes due to the successive transformations irrespective of the order of application?
P.S. Why I am asking for an intuitive answer is: successive transformations don't always give the same result when their order of application is changed. The fact that the factor by which an area changes due to the successive transformations irrespective of the orders of application, tells us that the different results of the successive transformations with different orders of application are mutually constrained. Can someone at least state that constraint in explicit mathematical equations?