Hermitian and Unitary matrices

  • Thread starter Thread starter snakebite
  • Start date Start date
  • Tags Tags
    Hermitian Matrices
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
snakebite
Messages
16
Reaction score
0

Homework Statement



Hello,

the problem is asking me to find a unitary matrix U such that (U bar)^T(H)(U) is diagonal. And we have H = [{7,2,0},{2,4,-2},{0,-2,5}]


The Attempt at a Solution


I don't know where to start. I tried getting the eigenvalues of the matrix A but that lead to very long and complicated equations with 3rd roots which i doubt is the correct way.
Other than that I have no idea what to start off with

Thanks you
 
Physics news on Phys.org
Yea I'm sorry there is no A i meant H. And yes I'm sure i have to correct matrix H on. So the correct way would be to just find the eigenvectors and U would just be a matrix with the eigenvectors as the columns?
 
I did what you said on another example where H = [{-2,1+i,1-i},{1-i,-1,-2i},{1+i,2i,-1}]
I got the eigenvalues which are 2, -3, -3 (I'm sure about this) and the normalized eigenvectors are
e1=[{(1-i)/[tex]\sqrt{10}[/tex],-i[tex]\sqrt{2/5}[/tex],[tex]\sqrt{2/5}[/tex]}]
e2 = [{(-1-i)/[tex]\sqrt{3}[/tex],1/[tex]\sqrt{3}[/tex], 0}]
e3 = [{(-1+i)/[tex]\sqrt{3}[/tex],0,1/[tex]\sqrt{3}[/tex],}]

Once again I am positive about these eigenvalues,
So let U = [e1,e2,e3] (column of U are the normalized eigenvectors)
When I do the operation
(U bar)^T.U I get [{1,0,0},{0,1,-2i/3},{0,2i/3,1}] which is not quite the identity matrix (which i should be getting)

Is there something i should do to the eigenvectors to get U to be unitary?

Thanks again
 
Since e2 and e3 have the same eigenvalue, any linear combination of e2 and e3 is also an eigenvector of H, and the usual process for finding eigenvectors won't guarantee orthogonality. You need to make them orthogonal by hand, using the Gram-Schmidt process. (In contrast, if the eigenvalues were all distinct, you get orthogonality automatically.)