High Oscillatory Ordinary Differential Equation Solver in Julia
-
Updated
Oct 9, 2024 - Julia
High Oscillatory Ordinary Differential Equation Solver in Julia
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
A collection of various methods to find solution to Ordinary Differential Equations.
A collection of classical algorithms to solve ODEs and boundary value problems
The aim of this research is to develop an effective numerical method that can be used to efficiently compute surges in pipes due to valve connecting two reservoirs being rapidly opened, using a computer program developed in the Python environment.
Algorithms of computational math: Legendre polynomial; Gauss method; Cholesky method; Method of Squares; Newton interpolation; Inverse Gauss method; Interpolation by cubic splines; Gauss Zeidel method; Jacobi method; Eigenvalues; Euler method; Left/Right rectangle method; Simpson method; The method of dividing a segment in half; Newton's method;
This repository is for saving reports and code for num methods course in SPbPU, 2021-2022
This project is prepared as part of Computer Application in Engineering course and it contains algoritms for solution of ODEs. 1)Modified-Euler Method, 2)4th Order Runge-Kutta Method, 3)Third-Order Adams-Bashforth Method
Solution to Burger's Equation (inviscid), written in C, using Adams-Bashforth Methods. These methods include the one, two, and three step algorithms.
Homework Solutions for Numerical Analysis Course as Computer Science B.Sc. Student at Department of Mathematical Sciences, Sharif University of Technology
Laboratory works on Numerical Methods course
Add a description, image, and links to the adams-bashforth-methods topic page so that developers can more easily learn about it.
To associate your repository with the adams-bashforth-methods topic, visit your repo's landing page and select "manage topics."