Relationship between determinant and trace

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 21K views
krishna mohan
Messages
114
Reaction score
0
Hi...

We have all seen the equation det(M)=exp(tr(lnM)). I was taught the proof using diagonalisation. I was wondering if there was a proof for non-diagonalisable matrices also.
 
Physics news on Phys.org
Thanks...:smile: ...the way I have written it, the logarithm is supposed to be there...
 
The book by Hall (linked above) uses the decomposition into diagonalisable + nilpotent which is very important in Lie group theory. As slightly more direct approach is to use http://en.wikipedia.org/wiki/Jordan_normal_form" .

Schur decomposition: an arbitrary matrix M decomposes as QUQ-1 where U is upper-triangular and (therefore) has the eigenvalues of M on its diagonal.

det(exp(M)) = det(exp(QUQ-1)) = det(Q exp(U) Q-1) = det(exp(U)) = ∏i exp(λi) = exp(∑λi)

exp(tr(M)) = exp(tr(QMQ-1)) = exp(tr(MQ-1Q)) = exp(tr(M)) = exp(∑λi)

btw, in general it is best to not use the logarithm form - because not all matrices will possesses a logarithm.
 
Last edited by a moderator: