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

Solving Differential Equations in Physics with Python

Learn how to use SciPy's integrate module to solve ordinary differential equations (ODEs) and partial differential equations (PDEs) in physics.

M
mit.edu
research

Numerical Methods for Solving Differential Equations

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

G
github.io
tool

Python Code for Solving the Schrödinger Equation

A Python implementation of the finite difference method for solving the time-independent Schrödinger equation, with example code and explanations.

Y
youtube.com
video

Differential Equations in Physics: A Python Tutorial

A video tutorial series covering the basics of differential equations in physics, with Python code examples and explanations.

S
symPy.org
official

Solving Differential Equations with Python's SymPy Library

A tutorial on using SymPy to solve differential equations symbolically, with examples and code snippets.

C
cambridge.org
article

Computational Physics: Solving Differential Equations with Python

A book chapter covering the numerical solution of differential equations in physics, with Python code examples and explanations.

P
physics.org
news

Python for Physics: Solving Differential Equations

An article covering the use of Python for solving differential equations in physics, with examples and code snippets.

W
wolfram.com
tool

Differential Equations Solver

A web-based tool for solving differential equations, with a Python API and example code.