pnkraemer / diffeqzoo

A zoo of implementations of differential equation problems in NumPy and JAX. Oscillators, chemical reactions, n-body problems, epidemiological models, IVPs, BVPs, and more.
https://diffeqzoo.readthedocs.io
MIT License
13 stars 2 forks source link

ODE Wishlist #46

Open pnkraemer opened 2 years ago

pnkraemer commented 2 years ago

The following ODE problems would be great to have. (This issue will keep being edited.)

Initial value problems

pnkraemer commented 2 years ago

W. Gilpin has done an AMAZING job at tracking down references for many ODE problems: Supplement 6 in https://arxiv.org/pdf/2110.05266.pdf

pnkraemer commented 2 years ago

Acknowledgements to https://diffeq.sciml.ai/stable/types/ode_types/ for providing an already quite large problem collection that serves as a starting point.