Undergrad General worked out solution for diagonalizing a 4x4 Hermitian matrix

Click For Summary
SUMMARY

The discussion focuses on the diagonalization of a general 4x4 Hermitian matrix, emphasizing the complexity involved in solving the characteristic equation using tools like MATLAB's symbolic toolbox, Mathematica, and Maple. Users confirm that while Hermitian matrices are guaranteed to be diagonalizable with real eigenvalues, the process remains intricate, particularly for general coefficients. The conversation highlights the need for computer algebra systems to manage the extensive calculations required for such diagonalizations.

PREREQUISITES
  • Understanding of Hermitian matrices and their properties
  • Familiarity with characteristic equations and eigenvalues
  • Experience using MATLAB's symbolic toolbox
  • Basic knowledge of computer algebra systems like Mathematica and Maple
NEXT STEPS
  • Explore MATLAB's symbolic toolbox for diagonalizing matrices
  • Learn about Singular Value Decomposition (SVD) and its applications
  • Study the properties of block diagonal matrices in diagonalization
  • Investigate specific cases of 4x4 Hermitian matrices for simplifications
USEFUL FOR

Mathematicians, physicists, and engineers involved in linear algebra, particularly those working with Hermitian matrices and requiring computational methods for diagonalization.

Amentia
Messages
108
Reaction score
5
Hello,

I am looking for a worked out solution to diagonalize a general 4x4 Hermitian matrix. Is there any book or course where the calculation is performed? If not, does this exist for the particular case of a traceless matrix? Thank you!
 
Physics news on Phys.org
Doesn’t Singular Value Decomposition SVD do just this?
 
Thank you for your answer. I have never used this method. I will have a look at it.
 
The general solution with "general" coefficients in the matrix would likely fill up several notebooks. Just solving for the solution to the characteristic equation, a fourth degree equation, done in MATLAB with the symbolic toolbox goes on for about 10 pages of dense combinations of coefficients.

Your best bet to see the solution would be to use a computer algebra routine, like the symbolic toolbox in MATLAB, mathematica, Maple, or something like that. Even if you could solve it in the general case, how would you use the general solution. Your best bet might be to write a program to solve for the diagonalization for user chosen specific cases for your supplied coefficients
 
  • Like
Likes PeroK
mpresic3 said:
The general solution with "general" coefficients in the matrix would likely fill up several notebooks. Just solving for the solution to the characteristic equation, a fourth degree equation, done in MATLAB with the symbolic toolbox goes on for about 10 pages of dense combinations of coefficients.

I tried by hand at first just to see if there was some kind of simplification due to the fact that the matrix is Hermitian, but it seemed still to be complicated. Thank you for confirming it.

mpresic3 said:
Your best bet to see the solution would be to use a computer algebra routine, like the symbolic toolbox in MATLAB, mathematica, Maple, or something like that. Even if you could solve it in the general case, how would you use the general solution. Your best bet might be to write a program to solve for the diagonalization for user chosen specific cases for your supplied coefficients

I tried with Mathematica as well but I am barely using it, so I was not confident that I had simplified correctly the calculation...

So there are not even some specific cases where it is known to be simple? In one limiting case, I had block diagonal matrices and it was easy.
 
Amentia said:
I tried by hand at first just to see if there was some kind of simplification due to the fact that the matrix is Hermitian, but it seemed still to be complicated. Thank you for confirming it.

The matrix being Hermitian just guarantees that the matrix is diagonalizable and the eigenvalues are real. It doesn't simplify the process of finding eigenvalues or eigenvectors.
 
If the 4x4 is block diagonal, this simplifies the diagonalization to either a 3x3, and a 1x1, (trivial), or two 2x2's, a 2x2 diagonalization can probably done on a sheet of paper. A 3x3 "general" diagonalization would still be very difficult.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 33 ·
2
Replies
33
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
1
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K