ModelOrderReduction.jl icon indicating copy to clipboard operation
ModelOrderReduction.jl copied to clipboard

Balanced Truncation methods

Open ChrisRackauckas opened this issue 3 years ago • 1 comments

https://arxiv.org/abs/1907.12084 https://web.stanford.edu/group/frg/course_work/CME345/CA-CME345-Ch6.pdf http://web.mit.edu/6.242/www/images/lec5_6242_2004.pdf

ChrisRackauckas avatar May 27 '22 14:05 ChrisRackauckas

Some (probably the most basic) version of balanced truncation is already implemented in ControlSystems.jl. You can refer to that implementation to get started.

https://juliacontrol.github.io/ControlSystems.jl/latest/lib/analysis/#ControlSystems.baltrunc-Tuple{ST}%20where%20ST%3C:AbstractStateSpace

FHoltorf avatar May 27 '22 15:05 FHoltorf