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

Continuous to discrete time #285

Open
JulienCalbert opened this issue Sep 5, 2023 · 2 comments
Open

Continuous to discrete time #285

JulienCalbert opened this issue Sep 5, 2023 · 2 comments

Comments

@JulienCalbert
Copy link
Collaborator

Some solvers work with discrete-time systems, others with continuous-time systems.
We should make a function that converts a continuous-time system into a discrete-time system automatically.

@adrienbanse
Copy link
Collaborator

@JulienCalbert Isn't it the purpose of any derivation scheme such as Runge Kutta or explicit Euler?

@blegat
Copy link
Collaborator

blegat commented Oct 10, 2023

Runge Kutta and Euler only give you an approximation. Here, you need a guaranteed outer bound (as provided by #302).

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