8 results · AI-generated index
N
numpy.org
article

Finite Difference Method for 1D Wave Equation

Solve the 1D wave equation using finite differences with NumPy. Example code provided.

M
math.umd.edu
research

Solving the 1D Wave Equation with Finite Differences

University of Maryland lecture notes on finite difference methods for solving the 1D wave equation.

G
github.com
tool

1D Wave Equation Solver using Finite Differences

Open-source Python code for solving the 1D wave equation using finite differences. Includes example usage.

S
stanford.edu
research

Finite Difference Methods for Wave Equations

Stanford University course notes on finite difference methods for solving wave equations, including 1D and 2D cases.

S
scipy.io
official

Numerical Solution of the 1D Wave Equation

SciPy documentation on solving the 1D wave equation using finite differences, including example code.

Y
youtube.com
video

Finite Difference Solution of the Wave Equation

Video lecture on solving the wave equation using finite differences, including Python code examples.

P
pypi.org
tool

1D Wave Equation Finite Difference Solver

Python package for solving the 1D wave equation using finite differences. Includes installation instructions.

M
mit.edu
research

Finite Difference Methods for Hyperbolic Equations

MIT OpenCourseWare notes on finite difference methods for solving hyperbolic equations, including the 1D wave equation.