I've read that the determinant of a matrix gives the signed volume of the parallelotope spanned by the matrix column vectors. I can see how that works for Cartesian coordinates using standard unit basis vectors, but how does it work if, for example, the basis vectors aren't unit and are skewed, as in this example:
The determinant of the two vectors $\mathbf{w}=1e_{1}+3e_{2}$ and $\mathbf{v}=3e_{1}+2e_{2}$ gives the area of the big parallelogram as $\pm7$ of the little parallelograms spanned by $e_{1}$ and $e_{2}$. But that isn't the true area (in units of square something or other) of the parallelogram. So does the "volume" in "signed volume" only refer to Cartesian coordinates and standard unit basis vectors?
