euler-method
There are 132 repositories under euler-method topic.
yiqiangjizhang/Nonlinear-Systems-Chaos
Non-Linear Dynamic Systems
lucylow/Computational_physics
Methods of numerical modelling with undergraduate level computational physics solutions with non-linear equations, gaussian probabilities, and Euler RK4 integration
DelSquared/Brownian-Motion
Python solver for the Brownian, Stochastic, or Noisy Differential Equations
shahzaibk23/Numerical-Computing-Python
Python implementation of Methods and Algorithm or Numerical Computing Course. You just have to Enter the input values from the question and All the iterations will be generated automatically.
amirHosseinEz/Numerical-Analysis
This is a Numerical Analysis course project, implementing numerical analysis methods.
Rakibul73/CCE-312---Numerical-Methods-Sessional-Code
Numerical Method Codes in Python
leffff/euler-scheduler
My implementation Diffusers-like Scheduler for performing Euler Method on Conditional Flow Matching models
aliiimaher/Numerical-Analysis
This is a Numerical Analysis course project, implementing numerical analysis methods.
only-dev-ops/ODE-Methods
A collection of various methods to find solution to Ordinary Differential Equations.
fritzwill/numerical-methods
Contains sample implementations in python of the following numerical methods: Euler's Method, Midpoint Euler's Method, Runge Kuttta Method of Order 4, and Composite Simpson's Rule
proenza-lab/dyClamp
A real-time dynamic clamp sketch for the pyClamp interface
SanketSarmalkar/Numerical_Methods
C++11 implementation of numerical algorithms described in Numerical Analysis by Richard L. Burden and J. Douglas Faires
jvillegasd/Euler-method
An implementation of euler method for solve ODE in C#
ruiawang/Numerical-Analysis-Algorithms
Implementations of various Algorithms used in Numerical Analysis, from root-finding up to gradient descent and numerically solving PDEs.
ThisIs-Developer/Numerical-Method
A numerical method is an approximate computer method for solving a mathematical problem which often has no analytical solution.
bonamarton/phys_num
Numerical Methods for Physics
Dartacavalo/ModelisationControleEDO
Projet en C++ | Réalisation d'un moteur de résolution d'EDO et illustration de la théorie du contrôle linéaire
dioveath/teengine-js
My JS Game engine/framework with canvas rendering, Euler method physics, particle system.
Francesco-Zeno-Costanzo/ODE
different methods for solving several ode
hrosicka/damped-oscillation-simulation
C programs that simulate a damped harmonic oscillator, a fundamental concept in physics and engineering. Data visualisation is done using a Python script with the popular matplotlib library.
iskanred/iu-de-computational-practicum
Innopolis Univeristy Differential Equations Course - Computation Practicum
JoyM268/sdmcet-m2
Repository of all the programs taught in M2 Lab at SDMCET, 2022 - 23
jpatel2005/EulersMethod
A website designed to approximate differential equations numerically by using Euler's Method
sammylton/Numerical-Methods-in-FORTRAN
My codes for the courses of Computer Programming, and Numerical and Computational Physics at IITR
akihiko47/ODE-solvers-for-particle-physics-in-Unity
Ordinary Differential Equations (ODE) solvers for particle physics in Unity
ashnaider/DifferentialEquations
Numerical solutions of differential equations: Eulers, Euler-Cauchy, Runge-Kutta, midpoint method
Dutta-SD/Numerical_Methods
Implementations of Numerical computation routines.
Elixonus/heatdiffusion
Heat transfer/diffusion simulation with conduction through uniform 2D mesh.
epa058/Strange-Attractors
Visualizing strange attractors
ergineeer/ODESolver
Numerical Solution for Ordinary Differential Equations - Euler, Ralston's Second-Order RK, Fourth-Order Runge-Kutta, NSS Heun, Adams-Bashforts, Adams-Moulton
iboudhaine/Rayleigh-Taylor-Instability-Simulation
Simulation of the Rayleigh-Taylor instability using compressible Euler equations. Includes CPU (Python/C) and GPU (CUDA) versions. Benchmarks highlight accuracy (Euler vs RK2), performance, and physical insights. Focus on parallelization and numerical methods.
matteofuligni/implied-volatility
Script that generate the implied volatility surface of a call option
MohaZamani/Neuron-Models
Implementation and Simulations of LIF, ELIF, and AELIF neuron models with various input currents
Scama99/COVID-19
COVID-19 forecasting and modeling with differential equations.
StrongerProgrammer7/Algorithm-of-computing-math
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;
Zazzik1/Euler
In mathematics, the Euler method is used to approximate the values of differential equations.