tags | |
---|---|
|
The determinant of a matrix
$$ \DeclareMathOperator{\sgn}{sgn}
\det M = |M| = \sum_{\sigma \in S_n} \sgn(\sigma) \prod_{i = 1}^n a_{i\sigma(i)} $$
where:
-
$\sigma$ is a permutation of$n$ elements -
$S_n$ is a permutation group -- set of all$\sigma$ -
$\sgn$ is a sign of a permutation
If we view the matrix
There is a little lie in the paragraph above. When the transformation flips
axes, the determinant may become negative. So scaling is given by the
absolute value of the determinant
The proof is not something that is intuitive, but we can build a little bit of intuition by viewing the simple cases in small dimension. Let's imagine following 2d transformations, for which the determinant is defined as:
We can skew the square's image by skewing either the projection of
or the
Either way, the determinant is still the same. This is accordance with the fact that skewing of a square doesn't change its volume.
When we skew both axes, we get a different volume. We can rewrite determinant as:
Which corresponds to the following image:
So in essence, determinant computes the encompassing volume of the hypercube's image, minus those parts, which are really not taken up by the hypercube's image due to the projection's skewness.