adams-moulton
There are 4 repositories under adams-moulton topic.
benroberts999/AdamsMoulton
A single-file header-only implementation of the Adams-Moulton method for solving second-order Ordinary Differential Equations (ODEs) in modern C++ [C++17]
YanDRMachado/Linear-Multistep-Methods_Solver
Linear Multistep Method code written in MATLAB for numerical approximations of ODEs.
ammahmoudi/NumericalAnalysis
Homework Solutions for Numerical Analysis Course as Computer Science B.Sc. Student at Department of Mathematical Sciences, Sharif University of Technology
Karimi-Hossein-1998/ODE_Solver
I have tried to explain the multi-step-methods of solving ODEs via Adams-Bashforth and Adams-Moulton methods which are explicit and implicit methods respectively. I also have implemented them explicitly to solve for a system of ODEs, I have also done an explicit implementation of fourth order Runge-Kutta method in the process as it is needed.