Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model Order Reduction #78

Open
ChrisRackauckas opened this issue Mar 19, 2018 · 5 comments
Open

Model Order Reduction #78

ChrisRackauckas opened this issue Mar 19, 2018 · 5 comments

Comments

@ChrisRackauckas
Copy link
Member Author

@ChrisRackauckas
Copy link
Member Author

@ChrisRackauckas
Copy link
Member Author

@yewalenikhil65
Copy link

pymor/pymor#388 (comment)
good list of MORs for LTIs

@baggepinnen
Copy link

Here are some links to model-order reduction methods for LTIs in Julia. The ones on the last link are still to be considered experimental. The implementation of balanced truncation is limited to exponentially stable systems, and fails for any unstable system and systems with eigenvalues on the imaginary axis (unit circle in discrete time), notably this includes systems with integrators.

https://github.com/JuliaControl/ControlSystems.jl/blob/master/src/matrix_comps.jl#L85
https://github.com/JuliaControl/ControlSystems.jl/blob/master/src/matrix_comps.jl#L546
https://github.com/JuliaControl/ControlSystems.jl/blob/master/src/simplification.jl#L8
https://github.com/JuliaControl/RobustAndOptimalControl.jl/blob/master/src/reduction.jl

@ChrisRackauckas ChrisRackauckas transferred this issue from SciML/ModelingToolkit.jl Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants