initial-value-problem
There are 25 repositories under initial-value-problem topic.
NeuroDiffGym/neurodiffeq
A library for solving differential equations using neural networks based on PyTorch, used by multiple research groups around the world, including at Harvard IACS.
bjodah/pyodesys
∫ Straightforward numerical integration of systems of ordinary differential equations
soypat/godesim
ODE system solver made simple. For IVPs (initial value problems).
Microno95/desolver
A Python library for solving Initial Value Problems using various numerical integration methods.
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.
plkinon/metis
Project on numerical computation for the dynamics of mechanical systems. Simulation of particle, rigid body and Multibody systems.
jaeminoh/Siren_PINNs
Solving various PDEs by employing Siren, with JAX implementation.
viktor-platform/sample-chemical-initial-value-problems
Sample app for visualizing profiles caused by different differential equations
ch-ant/comp-math-project
Differential equations' solutions in C developed during the Computational Mathematics course @cse.uoi.gr
himanshuvnm/PyTorch-regime-for-Deep-Kolmogorov-Method-for-Heat-Equation
Here, we will provide a PyTorch regime to handle the partial differential equation solution of the heat equation by executing Deep Kolmogorov Method of Beck et. al.
JigarDPrajapati/Eulers-Method
Euler's Method in Python to approximate solution of IVPs (differential equations)
vick2075/Test-Set-for-IVP-solvers
Test Set for Initial Value Problems
francescotorsello/bim-solver
Bimetric 3+1 evolution
grinvolod13/Euler-and-Runge-Kutta-methods-comparison
Euler's and Runge-Kutta methods comparison on solving initial value problem on Lotka-Volterra equations and other functions
JohannesReimer/matlab-rkm-ivp
Runge Kutta method (RKM) for solving initial value problems (IVP's) of arbitraty order in MATLAB.
macakpav/siqrd
Solves initial value problem of SIQRD equations. Optimizes coefficients of this pandemic model, so that simualtions match observed. Implements three IVP schemes and two gradient optimization methods with line search using Wolfe conditions.
matheusriale/Numerical-Methods-II
Algorithms and theory exercises for my Numerical Methods II classes. Most codes made in python.
nicolassoam/dcc008-numeric-calculus
Repositório com implementações de métodos numéricos em Python desenvolvido ao longo da disciplina DCC008X - Cálculo Numérico
nubirel/bim-solver
Bimetric 3+1 evolution
RedCrow9564/NumericalMethodsForIVP-FinalProject
The final project for the course "Numerical Methods for Initial Value Problem" in TAU 2019
RedCrow9564/NumericalMethodsInIVP-Ex1
The first task for the course "Numerical Methods for Initial Value Problem" in TAU 2019
ergineeer/ODESolver
Numerical Solution for Ordinary Differential Equations - Euler, Ralston's Second-Order RK, Fourth-Order Runge-Kutta, NSS Heun, Adams-Bashforts, Adams-Moulton
Freud16/f_backyard__Phase_and_Group_Velocity
The method of stationary phase and the centred-difference approximation are used to generate the finite-difference scheme for solving Klein-Gordon equation in MATLAB.
Gaurav-Van/NPTEL-Advanced-Computational-Techniques
Formulas of this year's [2024] NPTEL Course titled Advanced Computational Techniques
rudrasohan/Numerical_Solutions
A repo for keeping various numerical Solvers