A Unitary Matrix and Hermitian Matrix

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
Demon117
Messages
162
Reaction score
1
Its true that one can say a unitary matrix takes the form

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

where [itex]H[/itex] is a Hermitian operator. Thats great, and it makes sense, but how can you compute the matrix form of [itex]H[/itex] if you know the form of the unitary matrix [itex]U[/itex]. For example, suppose you wanted to find [itex]H[/itex] given that the unitary matrix is one of the familiar rotation matrices (2 x 2) for simplicity. Let's say

[itex]U=\left(\begin{array}{cc} cos(\theta) & -sin(\theta) \\ sin(\theta) & cos(\theta) \end{array}\right)[/itex]

What would the procedure be in finding the matrix form of [itex]H[/itex]? I suppose you could start by finding the eigensystem of the unitary matrix. Then, upon normalizing the eigenbasis of [itex]U[/itex], somehow you could find the matrix representation of [itex]H[/itex]. Any pointers or suggestions would be great.
 
Physics news on Phys.org
So after some fiddling I find that the appropriate Hermitian matrix takes the form

[itex]H=\left(\begin{array}{cc} 0 & i\theta \\ -i\theta & 0 \end{array}\right)[/itex]

If this is indeed correct then I think I have what I need.