Ellipse
Model
using ReachabilityAnalysis
A = [3.0 -9.0;
4.0 -3.0]
function model(X0)
S = @system(x' = Ax)
return IVP(S, X0)
end
model (generic function with 1 method)
using ReachabilityAnalysis
A = [3.0 -9.0;
4.0 -3.0]
function model(X0)
S = @system(x' = Ax)
return IVP(S, X0)
end
model (generic function with 1 method)
Settings
This document was generated with Documenter.jl version 1.7.0 on Friday 18 October 2024. Using Julia version 1.11.1.