Proposal for ODE package: multistep methods
- Dominant language
- Go
- Stars
- 19
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
## Proposal: multistep methods
Dear maintainers,
I am a Matlab user, and I am familiar with the ode solvers in [Matlab](https://www.mathworks.com/help/matlab/math/choose-an-ode-solver.html).
In order to make gonum's ode package more complete (and more useful for people who need to solve a wide variety of ODEs), I would like to implement some multistep methods. To start, I aim to implement these three families of methods:
* Adams-Bashfort,
* Adams-Moulton,
* Backward Difference Formula methods.
Of course, I'm going to keep the same structure of `DormandPrince5` (i.e., implementing the Integrator interface).
### Methods to implement
These are the coefficients for the methods that I wish to implement:
1. Adams-Bashfort (explicit) methods

2. Adams-Moulton (implicit) methods

3. Backward Difference Formula methods

Thanks for your time,
Matteo Nicoli
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.