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