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

State Space plant inversion not implemented #939

Open
pooyasf opened this issue Nov 1, 2023 · 1 comment
Open

State Space plant inversion not implemented #939

pooyasf opened this issue Nov 1, 2023 · 1 comment

Comments

@pooyasf
Copy link

pooyasf commented Nov 1, 2023

It would be great if we can invert a state space with python-control.

The formulation is easy:
https://engineering.stackexchange.com/questions/21895/how-do-i-invert-a-system-in-state-space-form

The relevant Matlab page is here:
https://nl.mathworks.com/help/control/ref/inputoutputmodel.inv.html

@KybernetikJo
Copy link
Contributor

  1. case D<>0 and D is invertible:
    The first case is already wrapped into Slycot.

ab07nd

  1. case D==0 or D is not invertible:
    For the descriptor case, there is a SLICOT subroutine:
    AG07BD.f

This is not yet wrapped into Slycot.

As far as I know, neither Scipy nor Python-Control can handle descriptor systems.

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

2 participants