I am interested in finding the ratio of area formed by transformed and original sides of a parallelogram, given by: $$\frac{\|Ma\times Mb\| }{\| a\times b \|}$$ $M$ is a $3 \times 3$ matrix and $ a, b$ are vectors with 3 components each ($a,b$ are sides of the original parallelogram and $Ma, Mb$ are sides after transformation). I was thinking of using the identity: $$(M a)\times (M b)=\det(M) (M^{\rm T})^{-1}(a\times b)$$
which is proved here but its not working out. Is there any way to find this ratio?
EDIT
Motivation: we can write the ratio of volumes of parallelepipeds in terms of only $\det (M)$ i.e. $$\frac{\|Ma.(Mb\times Mc)\|}{\|a.(b\times c)\|}=\det(M)$$ so I was thinking whether a similar expression in terms of only $M$ was possible.