Is the determinant a linear operation?

  • Context: Graduate 
  • Thread starter Thread starter EngWiPy
  • Start date Start date
  • Tags Tags
    Determinant Linear
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
EngWiPy
Messages
1,361
Reaction score
61
Is the determinant a linear operation? I mean can we say that:

[tex]\mathbb{E}[\text{det}]=\text{det}[\mathbb{E}][/tex]

where E is the expectation operator?
 
Physics news on Phys.org
First impression says no, but I'm testing it out now, I might be wrong.
 
No, it's not. For instance, det(aM) = andet(M). And det(M+N) doesn't have any simple relationship to det(M) and det(N). (See, for instance, http://en.wikipedia.org/wiki/Matrix_determinant_lemma" .)
 
Last edited by a moderator:
Ok, now we have this inequality:

[tex]\mathbb{E}\left[\log(X)\right]\leq\log\left(\mathbb{E}[X]\right)[/tex]

Can we say in the same manner that:

[tex]\mathbb{E}\left[\log\left(\text{det}\left\{H\right\}\right)\right]\leq\log\left(\text{det}\left\{\mathbb{E}\left[H\right]\right\}\right)[/tex]
 
S_David said:
Ok, now we have this inequality:

[tex]\mathbb{E}\left[\log(X)\right]\leq\log\left(\mathbb{E}[X]\right)[/tex]

Can we say in the same manner that:

[tex]\mathbb{E}\left[\log\left(\text{det}\left\{H\right\}\right)\right]\leq\log\left(\text{det}\left\{\mathbb{E}\left[H\right]\right\}\right)[/tex]
Nope. Suppose H=((1 0), (0 1)) with 50% probability and ((-1 0), (0 -1)) with 50% probability. Both of those have determinant 1, so E[log det H] = 0. But E[H] = ((0 0), (0, 0)), with determinant 0, so log det E[H] = -infinity.
 
pmsrw3 said:
Nope. Suppose H=((1 0), (0 1)) with 50% probability and ((-1 0), (0 -1)) with 50% probability. Both of those have determinant 1, so E[log det H] = 0. But E[H] = ((0 0), (0, 0)), with determinant 0, so log det E[H] = -infinity.

Ok, I see. Thanks a lot