comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Eigenvalues
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Eigenvalues [message #17679] Wed, 10 November 1999 00:00 Go to next message
Javier Sanchez Gonzal is currently offline  Javier Sanchez Gonzal
Messages: 3
Registered: July 1999
Junior Member
Hi all,
I would like to know if there are some procedure to extract complex
matrix�s eigenvalues when this matrix is complex.
Re: Eigenvalues [message #17733 is a reply to message #17679] Fri, 12 November 1999 00:00 Go to previous message
address is currently offline  address
Messages: 3
Registered: August 1998
Junior Member
In article <38299C7E.B9CAE41B@gbt.tfo.upm.es>, Javier Sanchez Gonzalez
<jsanchez@gbt.tfo.upm.es> wrote:

> Hi all,
> I would like to know if there are some procedure to extract complex
> matrix�s eigenvalues when this matrix is complex.

I guess you will have to use a trick to do an SVD on a complex matrix.
The trick I used is from Numerical Recipes:

[A + iC]

is your complex matrix,A real part and C the imaginary. Do the SVD on the
real matrix:


[ A -C ]
[ C A ]


To solve a system of linear equations for example:

[A + iC] [x + iy] = [b + id]


[ A -C ] [ x ] = [ b ]
[ C A ] [ y ] [ d ]

You lose a factor of two in efficiency solving the big real matrix instead
of the smaller complex one, the alternative is however interfacing a
complex SVD c routine to IDL. Also a lot of work.

--

\|||/ ASCII Ribbon campain against HTML mail /"\
>|- o|< I was never sure about anything anyway... \ /
-----oo0 U -Ooo---------------------------------------------- X
/ \
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: zoom capability in IDL object graphics?
Next Topic: Bounding

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 15:21:59 PDT 2025

Total time taken to generate the page: 0.00491 seconds