forum.alglib.net http://forum.alglib.net/ |
|
eigenvalues order http://forum.alglib.net/viewtopic.php?f=2&t=384 |
Page 1 of 1 |
Author: | fabi2711 [ Thu Jun 09, 2011 4:52 pm ] |
Post subject: | eigenvalues order |
I am trying to implement ALGLIB to solve an eigensystem, unfortunately, it seems that the library changes the order of the system during the solution. In my case, it is critical to preserve the order of the equations for later computations using the eigenvalues and the eigenvectors. Is there any way to track this changes to the system??? Thanks. |
Author: | Sergey.Bochkanov [ Fri Jun 10, 2011 8:41 am ] |
Post subject: | Re: eigenvalues order |
No, there is no way to do so. The problem is that eigenvalues/eigenvectors can not be associated with original equations. Any eigenvalue (and its vector) "corresponds" to the whole system - not to one of its equations. And there is no such thing as "original order" of eigenvalues. Can you describe your problem in more details? |
Page 1 of 1 | All times are UTC |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |