Show that for a symmetric or normal matrix

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
MatthewD
Messages
15
Reaction score
0
Is there anyway to show that for a symmetric or normal matrix A, that det(A) = [tex]\prod \lambda_i[/tex] without using Jordan blocks? I want to show this result using maybe unitary equivalence and other similar matrices... any ideas? It's obviously easy with JCF...
 
Physics news on Phys.org


I don't know what is the function of JCF in it...it simply follows from the well known Caley-Hamilton Theorem (Every square matrix satisfies its own characteristic equation) and the result holds for any square matrix.
 


Do I have to use Cayley-Hamilton? Could I use the fact that A would be orthogonally equivalent to a diagonal matrix by definition of symmetric, so for some orthogonal matrix Q and diagonal matrix D:
A=Q*DQ
then det(A)=det(Q*DQ)=det(D)
D is diagonal=>det(D)=product of diagonal entries... but how would I show these are the eigenvalues?
if they're the eigenvalues, then i have my result since similar matrices have the same eigenvalues...
 


Every symmetric, or normal, matrix, A, can be diagonalized- that is, there exist an invertible matrix P such that [itex]PAP^{-1}= D[/itex] where D is a diagonal matrix having the eigenvalues of A on its diagonal.

Now [itex]det(PAP^{-1})=[/itex][itex]det(P)det(A)det(P)^{-1}= det(A)= det(D)[/itex] and that last is, of course, the product of the eigenvalues.