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

Interval polynomial enclosure #256

Open
schillic opened this issue Sep 10, 2018 · 0 comments
Open

Interval polynomial enclosure #256

schillic opened this issue Sep 10, 2018 · 0 comments

Comments

@schillic
Copy link
Member

An old ODE/IVP solution approach based on interval arithmetic is outlined in Introduction to interval analysis, Section 10.2, or in A brief introduction to interval analysis, p. 191f. The idea is to compute an interval polynomial (a polynomial with interval coefficients) that looks similar to a Taylor polynomial. The result is a sound overapproximation of the actual ODE solution.

As I understand it, all that is required is symbolic integration of polynomials, which is (conceptually) simple. I am not sure if this holds for non-polynomial ODEs, though.

This is orthogonal to JuliaReach/Reachability.jl#164.

@mforets mforets transferred this issue from JuliaReach/Reachability.jl Jun 30, 2020
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

1 participant