Buckling column
Model
using ReachabilityAnalysis
@taylorize function buckling_column!(dx, x, params, t)
dx[1] = x[2]
dx[2] = 2 * x[1] - x[1]^3 - 0.2 * x[2] + 0.1
return dx
end
using ReachabilityAnalysis
@taylorize function buckling_column!(dx, x, params, t)
dx[1] = x[2]
dx[2] = 2 * x[1] - x[1]^3 - 0.2 * x[2] + 0.1
return dx
end
Settings
This document was generated with Documenter.jl version 1.7.0 on Friday 18 October 2024. Using Julia version 1.11.1.