8 results · AI-generated index
S
scipy.org
official

Solving Differential Equations in Python

SciPy provides functions for solving ordinary differential equations (ODEs) and partial differential equations (PDEs), including support for both initial value problems and boundary value problems.

A
arxiv.org
research

Python Libraries for Physics: A Review

This article reviews popular Python libraries used in physics, including NumPy, SciPy, and PyDSTool, highlighting their strengths and weaknesses for solving differential equations.

P
pydstool.io
tool

Differential Equations in Python with PyDSTool

PyDSTool is a Python library for solving and analyzing differential equations, providing a simple and intuitive interface for defining and solving ODEs and PDEs.

C
coursera.org
video

Numerical Methods for Solving Differential Equations

This online course covers numerical methods for solving differential equations, including the Euler method, Runge-Kutta method, and finite difference method, with examples implemented in Python.

R
realpython.com
article

Solving Differential Equations with Python and NumPy

This tutorial provides an introduction to solving differential equations using Python and NumPy, covering topics such as Euler's method and the Runge-Kutta method.

P
physics.umd.edu
edu

Python for Physics: Differential Equations and Beyond

This university course uses Python to teach physics students how to solve differential equations and model physical systems, with a focus on numerical methods and data analysis.

G
github.com
tool

ODEINT: Solving Ordinary Differential Equations in Python

ODEINT is a Python library for solving ordinary differential equations, providing a simple and efficient way to solve ODEs using a variety of numerical methods.

C
cambridge.org
article

Differential Equations in Physics: A Computational Approach

This book provides a comprehensive introduction to differential equations in physics, with a focus on computational methods and Python implementations using libraries such as SciPy and NumPy.