37 skills found · Page 1 of 2
bluescarni / HeyokaC++ library for ODE integration via Taylor's method and LLVM
PerezHz / TaylorIntegration.jlODE integration using Taylor's method, and more, in Julia
martinjrobins / DiffsolODE solver library in Rust
bluescarni / Heyoka.pyPython library for ODE integration via Taylor's method and LLVM
usdot-jpo-ode / Jpo OdeUS Department of Transportation (USDOT) Intelligent Transportation Systems Operational Data Environment (ITS ODE). This is the main repository that integrates and coordinates ODE Submodules.
dyscolab / Numbakit OdeLeveraging numba to speed up ODE integration
MathWorks-Teaching-Resources / Numerical Methods With ApplicationsTeach numerical methods for interpolation, differentiation, integration, and solving ODEs and PDEs with MATLAB.
woodward / IntegratorA numerical integrator written in Elixir for the solution of sets of non-stiff ordinary differential equations (ODEs).
Hazrat-Ali9 / Numerical Analysis With MATLAB✈ Numerical Analysis using MATLAB 🚁 Perfect students engineers 🛥 and researchers looking to 🚕 solve complex mathematical 🚒 problems computationally 🪆root finding interpolation 🎮 integration ODEs linear systems 🎳 plots error analysis 🧵 algorithm breakdowns and 🪀 visualizations academic projects 🧸 simulations and real-world applications🔫
scijs / Ode Rk4Integrate a system of ODEs using the Fourth Order Runge-Kutta (RK-4) method
jrenaud90 / CyRKRunge-Kutta ODE Integrator Implemented in Cython and Numba
ncrump / NumericalMethodsA collection of numerical methods in Python. Includes root finding, interpolation, least squares, differentiation, integration, Monte Carlo, ODE solvers and a few extras.
jchristopherson / IntegralThe INTEGRAL library provides routines for the integration of functions of various types. Additionally, the INTEGRAL library provides routines for the integration of systems of ordinary differential equations (ODEs).
sbesada / Java.math.numerical.libraryjava numerical library for Matrix, Integrals (numerical integration), derivatives (numerical differentiation), equations, ODE, polynomials, etc
scijs / Ode EulerIntegrate a system of ODEs using the Euler method
RemovedMoney326 / Solar System Simulation With NASA Horizons EpherimedesJupyter Notebook using a differential equation integration solver based on a Leapfrog Algorithm and vectorized ODEs to simulate and plot the orbits from different objects in the solar system with initial position and velocity vectors provided by the JPL Horizons System by NASA .
barahona-research-group / ICE NODEIntegration of Clinical Embeddings with Neural ODEs
tengjuilin / Intro Sci ComputingUW AMATH 301. Scientific computing and numerical methods for physical, biological, and engineering problems. Topics include root-finding, optimization, curve fitting, solving linear systems, singular value decomposition (SVD, PCA), numerical differentiation and integration, solving first-order and higher order ODEs, stability and stiffness of ODEs, phase portraits, chaotic systems, and Fourier transform.
neuromethods / Fokker Planck Based Spike Rate ModelsRate model implementations for (adaptive) integrate-and-fire neurons based on the Fokker-Planck equation: (i) numerical (finite volume) solution of the full FP PDE, (ii) low-dim. ODE via spectral decomposition of the FP operator, (iii) low-dim. ODE via a linear-nonlinear cascade semianalytically fit to the FP model.
m4r35n357 / ODE Playgroundc99/Python frameworks to solve ODEs using arbitrary order Power Series Method (arbitrary precision with GNU MPFR), validate solutions using Clean Numerical Simulation, and plot bifurcation diagrams. Plus n-body simulations using composed symplectic integrators. OpenGL (legacy) 3D plotting. No Wayland support, for ever, and no "a1".