You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the discretization, the linear fractional differential equation is transformed to a linear problem: $$Au=b$$
The current solver is the default solver in Julia, we can use the SciML LinearSolve.jl: https://github.com/SciML/LinearSolve.jl
The text was updated successfully, but these errors were encountered:
Hi @ErikQQY
I found a problem in the FODEMatrixDiscrete() solver for solving Fractional differential equations. For which I need to solve the Bagley-Torvik equation where the right hand side defined by f(t) = 8 * (t<=1). However, it works by Matlab
After the discretization, the linear fractional differential equation is transformed to a linear problem:
$$Au=b$$
The current solver is the default solver in Julia, we can use the SciML LinearSolve.jl:
https://github.com/SciML/LinearSolve.jl
The text was updated successfully, but these errors were encountered: