Find Hamiltonian Value of 4x4 Matrix

  • Thread starter Thread starter vinothr
  • Start date Start date
  • Tags Tags
    Hamiltonian Value
AI Thread Summary
To find the Hamiltonian value of a 4x4 matrix, focus on its Hermitian properties and consider using perturbation theory for small parameters like γ1. The matrix can be approached by diagonalizing 2x2 blocks, which involves determining an angle theta for rotations that affect off-diagonal terms. The Jacobi Method is recommended for solving the matrix, as it can provide a systematic way to find eigenvalues. After applying these techniques, the matrix was successfully solved. This approach highlights the importance of utilizing specific mathematical methods for complex matrix analysis.
vinothr
Messages
8
Reaction score
0
could you help me how to find the value of the attached 4x4 matrix.Could you give me the idea or which method i have to follow to get the value of that matrix.
 

Attachments

  • matrix4.png
    matrix4.png
    5.1 KB · Views: 512
Physics news on Phys.org
I'm assuming you want eigen-values. It's Hermitian and almost block-diagonal. Assuming γ1 is small, you should be able to get a good estimate, if not exact answer. A two-by-two Hermitian matrix can be diagonalized exactly by assuming that it is a rotation of a diagonal matrix by some angle theta. Solve for that angle for each of the 2x2 blocks, perform the rotations, and see what it does to your off-diagonal terms. Odds are, you'll end up with some factors proportional to γ1 scattered around. From there, your best bet is probably to go with perturbation theory to get an estimate.

Edit: Might be worth a try to use γ1 as your pivot and seeing if that leaves you with a block-diagonal matrix, but I somehow doubt it.
 
thanks for your reply.i will try Hermitian method to get eigen-value of the matrix.
 
It's Jacobi Method. Or at least a variation. If you read up on Jacobi Method, you should be able to figure out what to do with this one.
 
thanks friend.i solved the matrix.
 
Back
Top