Example: van_der_pol
Use LyapunovExponents.van_der_pol
to generate a LyapunovExponents.LEDemo
(which wraps LEProblem
) and solve it.
using LyapunovExponents
using Plots
demo = solve!(LyapunovExponents.van_der_pol(); progress=1)
plot(demo)