Menu

#280 Code for Lyapunov solver

closed
None
2023-03-02
2023-01-17
No

Lyapunov solver from MPI-DCTS@Magdeburg? This would make WavePacket independent of the 'Control System Toolbox' ...

Discussion

  • Burkhard Schmidt

    Vice versa, should we also try to use Matlab's builtin 'lyap' to solve Sylvester's equation? Probably NO, because we already know that for cases where one of the matrices is much smaller than the other, our 'sylv' code is (much!) faster than function 'lyap' contained in
    Matlab's Control System Toolbox

     

    Last edit: Burkhard Schmidt 2023-01-26
  • Burkhard Schmidt

    Availability of "Control System Toolbox" is checked in +prt/init.m using

    addons = matlab.addons.installedAddons
    

    But what about Octave?!?
    Yes, Octave has an equivalent to Matlab's "Control System Toolbox"

     

    Last edit: Burkhard Schmidt 2023-01-26
  • Burkhard Schmidt

    • status: open --> closed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.