[SciPy-user] Solve continuous-time Lyapunov equations with scipy ?

Travis E. Oliphant oliphant at ee.byu.edu
Thu Sep 23 15:55:44 EDT 2004


Nils Wagner wrote:
> Dear experts,
> 
> Has someone written a function for the solution
> of  continuous-time Lyapunov equations ?
> 
> I am aware of the Control and Systems library SLICOT
> http://www.win.tue.nl/niconet/
> 
> The routine SB03MD.f is responsible for this task.
> Has someone written a wrapper for this Fortran routine ?
> 

Nils,

It might be a good time for you to learn f2py.   You could do this task 
quite easily with f2py in a couple of hours (depending on how difficult 
the library is).  Then, when you have completed the nice Python 
interface, you could submit the .py file (if any), the .pyf file and the 
Fortran code to SciPy.

Best regards,

-Travis O.





More information about the SciPy-User mailing list