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.
Learn how to use SciPy's integrate module to solve ordinary differential equations (ODEs) and partial differential equations (PDEs) in physics.
This course covers numerical methods for solving differential equations, including the Euler method, Runge-Kutta method, and finite difference method, with examples in Python.
A Python implementation of the finite difference method for solving the time-independent Schrödinger equation, with example code and explanations.
A video tutorial series covering the basics of differential equations in physics, with Python code examples and explanations.
A tutorial on using SymPy to solve differential equations symbolically, with examples and code snippets.
A book chapter covering the numerical solution of differential equations in physics, with Python code examples and explanations.
An article covering the use of Python for solving differential equations in physics, with examples and code snippets.
A web-based tool for solving differential equations, with a Python API and example code.