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