Hermitian and Unitary matrices

  • Thread starter Thread starter snakebite
  • Start date Start date
  • Tags Tags
    Hermitian Matrices
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
What is the matrix A? Do you mean H? If so, are you sure you have the right H? That one leads to messy results, so maybe you are doing the problem correctly.
 
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?
 
Yes, with the eigenvector normalized.
 
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)/\sqrt{10},-i\sqrt{2/5},\sqrt{2/5}}]
e2 = [{(-1-i)/\sqrt{3},1/\sqrt{3}, 0}]
e3 = [{(-1+i)/\sqrt{3},0,1/\sqrt{3},}]

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.)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top