Diagonalizing a Hermitian Matrix: A

  • Thread starter Thread starter pivoxa15
  • Start date Start date
  • Tags Tags
    Hermitian Matrix
pivoxa15
Messages
2,250
Reaction score
1
Find the diagonal form of the Hermitian matrix

A=\left(<br /> \begin{array}{cc}<br /> 2 &amp; 3i\\<br /> -3i &amp; 2<br /> \end{array}<br /> \right)<br />

The spectral theorem could be used with PAP*=D where D is diagonal matrix and P is a unitary matrix.

I put the columns of P as the eigenvectors (with unit length) of A,

P=\frac{1}{\sqrt{2}}\left(<br /> \begin{array}{cc}<br /> i &amp; -i\\<br /> 1 &amp; 1<br /> \end{array}<br /> \right)<br />

I have checked that P is unitary with P^{-1}=P^{*} and the diagonal entries of D should be 5 and -1. But I got

D=\left(<br /> \begin{array}{cc}<br /> 2 &amp; -3\\<br /> -3 &amp; 2<br /> \end{array}<br /> \right)<br />

which clearly isn't correct.
 
Last edited:
Physics news on Phys.org
Yes, you're right it isn't correct. I'm, nots sure what you want anyone here to do. You have the method correct, so just make sure you'renot making any dumb mistakes in multiplying out matrices.
 
hey
rigth method but wrong eigenvalues

P = 1/sqrt(2) [i -1;i 1]

this will help
 
The spectral theorem could be used with PAP*=D where D is diagonal matrix and P is a unitary matrix.
I can never remember for sure, but isn't it supposed to be A = PDP*? (and thus P*AP = D?)
 
greisen said:
hey
rigth method but wrong eigenvalues

P = 1/sqrt(2) [i -1;i 1]

this will help

That could be my mistake.
 
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