MathematicalSystems.jl icon indicating copy to clipboard operation
MathematicalSystems.jl copied to clipboard

Fix linear system with interval coeffs

Open mforets opened this issue 1 year ago • 0 comments

from Zulip,

 p = @ivp(x' = Interval(-11,-2)*x, x(0) ∈ Interval(1, 2))
ERROR: MethodError: no method matching LinearContinuousSystem(::Interval{Float64})

mforets avatar Jan 18 '24 02:01 mforets