English
 
Help Privacy Policy Disclaimer
  Advanced SearchBrowse

Item

ITEM ACTIONSEXPORT

Released

Conference Paper

Efficient numerical diagonalization of hermitian 3x3 matrices

MPS-Authors
/persons/resource/persons30706

Kopp,  Joachim
Division Prof. Dr. Manfred Lindner, MPI for Nuclear Physics, Max Planck Society;

External Resource
No external resources are shared
Fulltext (restricted access)
There are currently no full texts shared for your IP range.
Fulltext (public)
There are no public fulltexts stored in PuRe
Supplementary Material (public)
There is no public supplementary material available
Citation

Kopp, J. (2008). Efficient numerical diagonalization of hermitian 3x3 matrices. International Journal of Modern Physics C, 19(3), 523-548.


Cite as: https://hdl.handle.net/11858/00-001M-0000-0011-7A0A-6
Abstract
A very common problem in science is the numerical diagonalization of symmetric or hermitian 3x3 matrices. Since standard "black box" packages may be too inefficient if the number of matrices is large, we study several alternatives. We consider optimized implementations of the Jacobi, QL, and Cuppen algorithms and compare them with an alytical method relying on Cardano's formula for the eigenvalues and on vector cross products for the eigenvectors. Jacobi is the most accurate, but also the slowest method, while QL and Cuppen are good general purpose algorithms. The analytical algorithm outperforms the others by more than a factor of 2, but becomes inaccurate or may even fail completely if the matrix entries differ greatly in magnitude. This can mostly be circumvented by using a hybrid method, which falls back to QL if conditions are such that the analytical calculation might become too inaccurate. For all algorithms, we give an overview of the underlying mathematical ideas, and present detailed benchmark results. C andmFortran implementations of our code are available for download from www.mpi-hd.mpg.de/~globes/3x3 .