A Unitary Matrix and Hermitian Matrix

Click For Summary
SUMMARY

A unitary matrix U can be expressed as U=e^{iH}, where H is a Hermitian operator. To compute the matrix form of H from a known unitary matrix, such as the rotation matrix U=\left(\begin{array}{cc} cos(\theta) & -sin(\theta) \\ sin(\theta) & cos(\theta) \end{array}\right), one must first determine the eigensystem of U. After normalizing the eigenbasis, the Hermitian matrix H can be derived, resulting in H=\left(\begin{array}{cc} 0 & i\theta \\ -i\theta & 0 \end{array}\right) for the given example. This method can also be extended to non-diagonal matrices.

PREREQUISITES
  • Understanding of unitary matrices and their properties
  • Familiarity with Hermitian operators
  • Knowledge of eigensystems and eigenvalues
  • Basic linear algebra concepts, particularly matrix representation
NEXT STEPS
  • Research the properties of unitary matrices in quantum mechanics
  • Learn about the process of diagonalization of matrices
  • Study the relationship between Hermitian and unitary matrices
  • Explore applications of Hermitian operators in quantum computing
USEFUL FOR

Mathematicians, physicists, and computer scientists interested in quantum mechanics, linear algebra, and matrix theory.

Demon117
Messages
162
Reaction score
1
Its true that one can say a unitary matrix takes the form

U=e^{iH}

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

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

What would the procedure be in finding the matrix form of H? I suppose you could start by finding the eigensystem of the unitary matrix. Then, upon normalizing the eigenbasis of U, somehow you could find the matrix representation of H. Any pointers or suggestions would be great.
 
Physics news on Phys.org
Can you do it for diagonal matrices??

To extend it to nondiagonal matrices, notice that if D=e^{iH}, then

ADA^{-1}=e^{iAHA^{-1}}
 
So after some fiddling I find that the appropriate Hermitian matrix takes the form

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

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

Similar threads

Replies
9
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 15 ·
Replies
15
Views
1K