forum.alglib.net

ALGLIB forum
It is currently Thu Mar 28, 2024 4:49 pm

All times are UTC


Forum rules


1. This forum can be used for discussion of both ALGLIB-related and general numerical analysis questions
2. This forum is English-only - postings in other languages will be removed.



Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Solutions to Lyapunov matrix equation
PostPosted: Fri Oct 19, 2012 5:17 pm 
Offline

Joined: Fri Oct 19, 2012 4:28 pm
Posts: 8
I am needing to implement the solution to the Lyapunov matrix equation: A*X + X*A' + B*B' = 0

Does algilib have a method for this already? If not will algilb have enough tools to implement the proper algorithm for solving this? Most people refer to the Bartels-Stewert algorithm (http://dl.acm.org/citation.cfm?id=361582) and MATLAB is based on that as well, but draws from SILCOT.

Any guidance on this would be helpful,

Thank you,


Top
 Profile  
 
 Post subject: Re: Solutions to Lyapunov matrix equation
PostPosted: Sun Oct 21, 2012 6:59 pm 
Offline
Site Admin

Joined: Fri May 07, 2010 7:06 am
Posts: 903
No, ALGLIB has no ready solution for this problem. I haven't worked with such problems before and can't say anything on how they can be solved with ALGLIB.


Top
 Profile  
 
 Post subject: Re: Solutions to Lyapunov matrix equation
PostPosted: Tue Oct 30, 2012 4:10 pm 
Offline

Joined: Fri Oct 19, 2012 4:28 pm
Posts: 8
No worries,

After some digging I found this paper: http://aero-comlab.stanford.edu/Papers/jameson_007.pdf
Which offers a solution to the problem that only involves finding eigenvalues, matrix inversions, and basic matrix operations, all of which ALGlib can do. My test algorithms in MATLAB based on this paper works well for my class of matrices. I am pretty confident it will do the trick, but I cannot say anything about its computational intensity over other solutions I ran across, like

http://dl.acm.org/citation.cfm?id=361582

which is an old paper with source code in fortran.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 70 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group