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