Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lyapunov exponents failed #9

Open
beloved321 opened this issue Aug 25, 2022 · 2 comments
Open

Lyapunov exponents failed #9

beloved321 opened this issue Aug 25, 2022 · 2 comments

Comments

@beloved321
Copy link

julia> function RF(du, u, t)
du[1] = u[2](u[3]-1+u[1]u[1])+0.1u[1];
du[2] = u[1]
(3u[3]+1-u[1]u[1])+0.1u[2];
du[3] = -2
u[3]*(0.98+u[1]*u[2]);
end
RF (generic function with 1 method)

julia> LE, tspan = FOLyapunov(RF, 0.98, 0, 0.02, 300, [0.1; 0.1; 0.1], 0.005, 1000)
ERROR: UndefVarError: FOLyapunov not defined
Stacktrace:
[1] top-level scope
@ REPL[12]:1
i sincerely need help identifying why i am getting this particular error

@ErikQQY ErikQQY changed the title FractionalSystems.jl Lyapunov exponents failed Aug 25, 2022
@ErikQQY
Copy link
Member

ErikQQY commented Aug 25, 2022

Hello there! Sorry for the error, I have not released this feature in FractionalSystems.jl yet. Maybe you can try the fractional Lyapunov exponents feature in FractionalDiffEq.jl

@beloved321
Copy link
Author

Hi, thank you the other day for your response but I am still having the same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants