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.8.0 on Thursday 28 November 2024. Using Julia version 1.11.1.