How to diagonalize NxNxNxN matrix

  • Context: Graduate 
  • Thread starter Thread starter ann3
  • Start date Start date
  • Tags Tags
    Matrix
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 10K views
ann3
Messages
3
Reaction score
0
I have a symmetric NxNxNxN matrix that I need to find eigenvalues a eigenvectors for. All the BLAS routines are for NxN matrices and I can't find anything that would work on a 4D matrix. Any tricks you guys know of?
If it helps to know, it's a Hamiltonian and I want to find energies and wavenfunctions.

Thanks.
 
Physics news on Phys.org
I misspoke, it's not a 4D matrix, it's an N by N by N by N matrix. So there are ijkl indices.
 
In what sense would you multiply two NxNxNxN objects?
 
I think you're talking about Tensors now. Rank 0 tensor = Scalar, rank 1 tensor = vector, rank 2 tensor = matrix, rank 3+ is where you get into stuff you can't really visualize.