A single-file header-only implementation of the Adams-Moulton method for solving second-order Ordinary Differential Equations (ODEs) in modern C++ [C++17]
-
Updated
Feb 3, 2023 - C++
A single-file header-only implementation of the Adams-Moulton method for solving second-order Ordinary Differential Equations (ODEs) in modern C++ [C++17]
Linear Multistep Method code written in MATLAB for numerical approximations of ODEs.
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.
Numerical Solution for Ordinary Differential Equations - Euler, Ralston's Second-Order RK, Fourth-Order Runge-Kutta, NSS Heun, Adams-Bashforts, Adams-Moulton
Homework Solutions for Numerical Analysis Course as Computer Science B.Sc. Student at Department of Mathematical Sciences, Sharif University of Technology
Add a description, image, and links to the adams-moulton topic page so that developers can more easily learn about it.
To associate your repository with the adams-moulton topic, visit your repo's landing page and select "manage topics."