Skip to content
#

adams-bashforth

Here are 13 public repositories matching this topic...

In numerical analysis, a numerical method is a mathematical tool designed to solve numerical problems. The implementation of a numerical method with an appropriate convergence check in a programming language is called a numerical algorithm

  • Updated Jun 20, 2020
  • C++

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.

  • Updated May 11, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the adams-bashforth topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the adams-bashforth topic, visit your repo's landing page and select "manage topics."

Learn more