Menu

#94 package lapack: zgeev (diagonalization of complex matrices)

closed
nobody
None
5
2014-08-25
2011-09-21
No

Numerical diagonalization of general real matrices is currently implemented by the function dgeev in package lapack, which is a translation of the homonymous routine in the LAPACK Fortran libraries (see http://www.netlib.org/lapack/double/dgeev.f\). It would be highly desirable for lapack to also include a translation of zgeev, which is the LAPACK routine providing equivalent functionality for general complex matrices (see http://www.netlib.org/lapack/complex16/zgeev.f\).

Motivation: Currently, there are many problems in science (particularly in Quantum Mechanics) which are not accessible to Maxima because they involve matrices which are too large to diagonalise algebraically and have complex elements. A Maxima implementation of zgeev would vastly extend the range of applicability of Maxima.

Thank you very much for your help.

Discussion

  • Raymond Toy

    Raymond Toy - 2012-01-08

    5.26 should have zgeev available.

     
  • Raymond Toy

    Raymond Toy - 2012-01-08
    • status: open --> closed
     

Log in to post a comment.