Matrix Representations of U and H Operators | Help with Math Operations

  • Thread starter Thread starter JohanL
  • Start date Start date
  • Tags Tags
    Operators
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
JohanL
Messages
154
Reaction score
0
Let

[tex]U=e^{iH}[/tex]

where H is an operator.

1. If

[tex]H= \left(\begin{array}{cc}a & b\\c & d\end{array}\right)[/tex]

in its matrix representation. Then what is U in its matrix representation.
Im confused, is it

[tex]U= \left(\begin{array}{cc}e^{iH(1,1)} & e^{iH(1,2)} \\e^{iH(2,1)} & e^{iH(2,2)} \end{array}\right)[/tex]

where H(i,j) is the elements in H's matrix?

2. The hermitian adjoint of U is

[tex]U^+=e^{-iH^+}[/tex]?

(+ represents hermitian adjoint...couldnt find the correct symbol)

2b. In matrix form the hermitian adjoint is the complex conjugate transposed?

2.c In operator form ? let's say H=i*f(x) then


[tex]H^+=-i*f(x)[/tex]

?
 
Last edited:
Physics news on Phys.org
Well, first of all, you need to review the chapter where you learned about the exponential of a matrix.

Second, the "\dagger" produces [itex]H^{\dagger}[/itex].

Third, yes to the question preceeding the last. And no the last question.

Operator analysis requires many things: specifications whether linear or not, boundedness, continuity, domains, ranges,... It's not that simple to find the adjoint, if it exists at all for a given operator.

Daniel.
 
Thanks for your answer.

Now i have read a little about functions of matrices.


[tex]f(M) = \sum_{n} a_nM^n[/tex]

Assume M is hermitian so it can be diagonlized.

[tex] D=U\dagger MU[/tex]

Then we have

[tex]f(M) = \sum_{n} a_nUD^n U\dagger<br /> = \sum_{n} a_nU\left(\begin{array}{cc}\lambda^n_1 & 0\\0 &\lambda^n_n\end{array}\right)U\dagger<br /> = U\left(\begin{array}{cc}\sum_{n} a_n \lambda^n_1 & 0\\0 & \sum_{n} a_n\lambda^n_n\end{array}\right)U\dagger<br /> =Uf(D)U\dagger<br /> [/tex]

where the 2*2 matrix really is a n*n diagonal matrix with D's eigenvalues in the diagonal. Wasnt sure how to do that in latex.
Is the calculations above correct? If so all you need to do to get f(M) is to find the matrix U that diagonalize M and compute f(D) which is easy according to the last step in the calculations above.
 
Last edited: