[Math] Compare determinants of matrices with different dimensions

determinantmatricesvolume

Reading about matrices and determinants I am wondering about the following concept:

How valid is to compare the determinants of matrices with different dimensions?
e.g. compare a determinant $D1$ derived from a $N\times N$ matrix with the determinant $D2$ derived from a $M\times M$ matrix.

I've read that the determinant represents the volume of the $N-$dimensional object that is defined by the elements of the matrix.

If this is correct then comparing volumes of different "objects" doesn't sound as incorrect. But having in mind that these "objects" came from two different spaces (a $N-$dimensional and a $M-$dimensional) how valid is that?

Best Answer

Consider an identity or an inequality of the following form:

$$\tag{*} \det A_n=C\cdot \det B_m, \qquad [\text{or }\le,\ \text{or }\ge], \qquad \forall A_n\in \mathcal{A},\ \forall B_m\in \mathcal{B}.$$

Here $C$ is a constant and $\mathcal{A}, \mathcal{B}$ are some families of $n\times n$ and $m\times m$ matrices.

If $n\ne m$ then the relation $(*)$ has a serious chance of being incorrect and should be regarded with suspicion if it arises in actual computations. Namely, if $\mathcal{A}$ and $\mathcal{B}$ are closed under scaling, that is

$$ (A\in \mathcal{A},\ B\in \mathcal{B},\ \lambda\ge 0)\ \Rightarrow\ \lambda A\in \mathcal{A}\ \text{and}\ \lambda B \in \mathcal{B}, $$

then $(*)$ is incorrect (except for trivial cases, such as having $C=0$ and the like). Indeed, if $(*)$ holds, then one should have

$$ \lambda^n\det A_n = C\cdot \lambda^m\det B_m, \qquad [\text{or }\le,\ \text{or }\ge],$$

which forces a contradiction in the limit $\lambda \to 0$ or $\lambda \to \infty$ (except the trivial case of an identity $0=0$, of course).

This is usually called scaling argument.