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

Hi there!! to be clear #36

Closed
beloved321 opened this issue Jun 7, 2022 · 14 comments
Closed

Hi there!! to be clear #36

beloved321 opened this issue Jun 7, 2022 · 14 comments

Comments

@beloved321
Copy link

Hi there!!
I think the right usage should be:

solve(prob, h, NonLinearAlg())

For the system of fractional ordinary differential equations, there are many solvers available, for example, Grunwald Letnikov difference method GL, fractional linear multiple-step method FLMMBDF, FLMMTrap and FLMMNewtonGregory. Also, there are solvers for Caputo-Fabrizio fractional operators such as NewtonPolynomial.

Originally posted by @ErikQQY in #35 (comment)

@beloved321
Copy link
Author

to be clear, it is a pkg, cos i have tried exactly that an i get an error

@ErikQQY
Copy link
Member

ErikQQY commented Jun 7, 2022

Sorry, I can't get what you mean.

Can you describe your usage, and post your code and the error message here, that would be nice to explore the bugs😃

@beloved321
Copy link
Author

beloved321 commented Jun 7, 2022 via email

@ErikQQY
Copy link
Member

ErikQQY commented Jun 7, 2022

May I ask for the version of FractionalDiffEq.jl?

You can get this by:

julia>]
pkg>st FractionalDiffEq

@beloved321
Copy link
Author

pkg> st FractionalDiffEq
Status C:\Users\BELOVED\.julia\environments\v1.7\Project.toml
[c7492dd8] FractionalDiffEq v0.2.0

@ErikQQY
Copy link
Member

ErikQQY commented Jun 7, 2022

Oops, I think that is a very old version, please update FractionalDiffEq.jl to the latest version:

julia> using Pkg
julia> Pkg.update("FractionalDiffEq")

Then the Chua system example in README would be working: https://github.com/SciFracX/FractionalDiffEq.jl#system-of-fractional-differential-equations

@beloved321
Copy link
Author

beloved321 commented Jun 7, 2022 via email

@ErikQQY
Copy link
Member

ErikQQY commented Jun 7, 2022

Very sorry for the inconvenience, I think the latest version 0.2.6 should work, there are a lot of changes compared to the old versions.

@beloved321
Copy link
Author

beloved321 commented Jun 7, 2022 via email

@ErikQQY
Copy link
Member

ErikQQY commented Jun 7, 2022

I think you are using FractionalDiffEq.jl 0.2.5, that is a very old version( I have not released for a long time, my apologies🥲), I think updating to 0.2.6 would solve all of the problems.😃

@beloved321
Copy link
Author

How do i do so
julia> using Pkg
julia> Pkg.update("FractionalDiffEq")???

@ErikQQY
Copy link
Member

ErikQQY commented Jun 8, 2022

Yes, update FractionalDiffEq.jl to version 0.2.6, there should be no problems.😄

@beloved321
Copy link
Author

beloved321 commented Jun 8, 2022

Yea, Thanks a lot. so this is what I did, I download the v1.8.0 of julia and it worked perfectly. Now I will try to build a fractional order lorenz system. I want to do so in the caputo sense, I believe there is provision for it.
I am so grateful for your responses all the while.

@ErikQQY
Copy link
Member

ErikQQY commented Jun 8, 2022

It is great to see that FractionalDiffEq.jl is helping! So I will close this issue for now. If you have any other questions about this package, don't hesitate to ping me.😄

@ErikQQY ErikQQY closed this as completed Jun 8, 2022
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