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.10.1 on Friday 18 April 2025. Using Julia version 1.11.5.