Skip to content

Update find_eqpts to handle discrete time systems #824

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

Merged
merged 2 commits into from
Dec 28, 2022

Conversation

murrayrm
Copy link
Member

This PR addresses issue #823 and adds the functionality required for iosys.find_eqpts to compute equilibrium points for discrete time systems. Includes unit tests.

@murrayrm murrayrm linked an issue Dec 24, 2022 that may be closed by this pull request
@coveralls
Copy link

coveralls commented Dec 24, 2022

Coverage Status

Coverage: 94.846% (+0.04%) from 94.803% when pulling 0bde571 on murrayrm:findeqpt_dtime-24Dec2022 into f15fc0f on python-control:main.

@murrayrm murrayrm added this to the 0.9.3 milestone Dec 24, 2022
@Maksymilian-Plywaczyk
Copy link

Hello,

When can you expect the pull request to be completed? For me is urgent.

@bnavigator
Copy link
Contributor

bnavigator commented Dec 28, 2022

@Maksymilian-Plywaczyk you can use pip install git+https://github.com/murrayrm/python-control@findeqpt_dtime-24Dec2022 right now. (Don't be confused with the resulting version, @murrayrm's github fork is missing a few tags but it is not critical)

Update: You can use pip install git+https://github.com/python-control/python-control now.

If you are using conda, do this from your anaconda prompt in the correct environment and do conda remove control before.

@murrayrm murrayrm merged commit 313ca74 into python-control:main Dec 28, 2022
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

Successfully merging this pull request may close these issues.

find_eqpt for discrete-time system
4 participants