public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* Nonsymmetric eigenvalue problem
@ 2002-08-13 17:38 Lowell Johnson
  2002-08-14 14:48 ` Brian Gough
  0 siblings, 1 reply; 5+ messages in thread
From: Lowell Johnson @ 2002-08-13 17:38 UTC (permalink / raw)
  To: gsl-discuss

I notice that GSL doesn't (yet) support the computation of the eigenvalues 
of nonsymmetric matrices.  I've started converting my Fortran-based 
Mathieu function code over to C and ran into the symmetric eigenvalue 
limitation in GSL.

The matrix I need to solve is of the form

    a     -q                         0
   -2q   a-4    -q
          -q   a-16   -q
                      ...
                           ...      -q
    0                       -q   a-(2m)^2

Note that the only element making this matrix nonsymmetric is (2,1) (-2q).

For my original Fortran routines, I used the EISPACK routine RG(), which 
computes the eigenvalues and eigenvectors of a real, general matrix.  I 
was hoping to be able to use the GSL eigenvalue routines.  I have to 
determine the eigenvalues for four matrices.  The one listed above is the 
only nonsymmetric matrix.  The GSL routines work great for the other three 
matrices.

Any comments or suggestions?

Thanks.


    Lowell
-- 
---------0---------0---------0---------0---------0---------0---------0------
Lowell D. Johnson
ldj00@sio.midco.net

Linux:  Bringing stability, security, and freedom to home and business
        computing since 1991.  www.linux.org


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-08-16 19:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-13 17:38 Nonsymmetric eigenvalue problem Lowell Johnson
2002-08-14 14:48 ` Brian Gough
2002-08-15  5:57   ` Lowell Johnson
2002-08-15 16:06     ` Brian Gough
2002-08-16 12:32     ` Brian Gough

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).