Hey, I just set up my Julia environment (1.9.0) and installed some packages. I tried
using DynamicalSystems
lorenz = ContinuousDynamicalSystem(lorenz_rule, u₀, p₀)
lyapunovs(lorenz,50)
and get the error:
UndefVarError: `lyapunovs` not defined
Stacktrace:
[1] top-level scope
@ In[37]:1
However, I have access to lyapunov
for the maximal Lyapunov Exponent.
I have "DynamicalSystems" => v"3.0.0"
.
This seems very strange to me. Can anyone offer some help? Thanks!