1

It is well known that a determinant of a matrix is the product of eigenvalues:

$$\det({\bf A}) = \prod_{\forall i}\lambda_i({\bf A})$$ and product of singular values equal to the norm of determinant as @Batominovski pointed out: $$|\det({\bf A})| = \prod_{\forall i}\sigma_i({\bf A})$$

This has useful interpretations for many kinds of matrices in many applications. Now if we look at the $\bf M_2$ matrices from this answer, we see that we can have a matrix that performs "summing" of independent sub-spaces but will always have determinant 1. Could we generalize our notion of determinant to somehow measure this summing ability? If we are aware of the $2\times 2$ block structure we could "pretend" that each such block along the diagonal was an eigenvalue, and some kind of generalized determinant would then be the product of them which would yield a sum for those off-diagonal position, like this:

$$\text{bdet}({\bf M_2}(6)) = \left[\begin{array}{cc}1&0\\1&1\end{array}\right]\left[\begin{array}{cc}1&0\\1&1\end{array}\right]\left[\begin{array}{cc}1&0\\0&1\end{array}\right]=\left[\begin{array}{cc}1&0\\2&1\end{array}\right]$$ Where the two is the sum of prime exponents. b could stand for block, or something.

Does this seem useful or make any sense or am I just rambling about?

mathreadler
  • 26,534
  • 1
    One thing to look into are permanents. Might not be exactly what you are looking for. https://en.m.wikipedia.org/wiki/Permanent –  Aug 27 '16 at 02:07
  • But the determinant is not the product if singular values. Its norm is. – Batominovski Aug 27 '16 at 02:27
  • @Batominovski The second statement in your comment is in general incorrect. – user1551 Aug 27 '16 at 02:41
  • @user1551 What are you talking about? See http://math.stackexchange.com/questions/244743/singular-value-proofs. – Batominovski Aug 27 '16 at 02:47
  • Ohh, I see. You may have thought I meant a matrix norm. By "its norm," I meant "the complex norm of the determinant," or the absolute value. – Batominovski Aug 27 '16 at 02:55
  • Yes, that is what I also meant, sorry. – mathreadler Aug 27 '16 at 05:33
  • This question would be improved by explaining what you mean by "generalized": for instance, are you trying to generalize to non-square matrices? If not, then what is your goal? – goblin GONE Aug 27 '16 at 13:42
  • I am trying to find a formulation of what I want to accomplish. I think the goal in some sense is to capture things the ordinary determinant can not capture. As with the block structure above, the off diagonal elements will always contribute with 0 to the traditional determinant, but it is those elements who contain the actual information as the matrix is constructed. – mathreadler Aug 27 '16 at 16:14

1 Answers1

0

If we require, that the generalized determinant $gdet$ is equivalent to the standard determinant for square matrices, then we cannot expect, that $gdet(AB) = gdet(A)\times gdet(B)$ for any $A$, $B$, unless $gdet(A) \equiv 0$ for all non square matrices $A$.

To see this it is enough to consider a diagonal square matrix $A$ and a matrix $B$ being $i$-th column of the identity matrix.

Without this property I don't think, that such generalization of the determinant could be useful.

Pawel Kowal
  • 2,362
  • -1 The OP seems to have a very specific motivation in mind, and in light of this motivation, there's no reason to assume that the determinant is multiplicative. – goblin GONE Aug 27 '16 at 04:12
  • Thank you for the contribution but it is not exactly what I am searching for. – mathreadler Aug 28 '16 at 11:04
  • Note that this still wouldn't be multiplicative. Consider $\begin{pmatrix}0&1\end{pmatrix}$ multiplied by its transpose. – Trebor Aug 23 '23 at 14:25