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

NonLinearAlg in julia #35

Closed
beloved321 opened this issue Jun 6, 2022 · 2 comments
Closed

NonLinearAlg in julia #35

beloved321 opened this issue Jun 6, 2022 · 2 comments

Comments

@beloved321
Copy link

beloved321 commented Jun 6, 2022

julia> result = solve(prob, h, tf, NonLinearAlg(1))
ERROR: MethodError: no method matching NonLinearAlg(::Int64)
can some one put me through this

@ErikQQY
Copy link
Member

ErikQQY commented Jun 6, 2022

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.

@ErikQQY
Copy link
Member

ErikQQY commented Jun 7, 2022

I am doing a lot of refactoring recently, so the documents might be a little outdated, I just released version 0.2.6, and I think this version will improve the experience a lot.😄

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