Finite Difference Method for 1D Wave Equation
Solve the 1D wave equation using finite differences with NumPy. Example code provided.
Solve the 1D wave equation using finite differences with NumPy. Example code provided.
University of Maryland lecture notes on finite difference methods for solving the 1D wave equation.
Open-source Python code for solving the 1D wave equation using finite differences. Includes example usage.
Stanford University course notes on finite difference methods for solving wave equations, including 1D and 2D cases.
SciPy documentation on solving the 1D wave equation using finite differences, including example code.
Video lecture on solving the wave equation using finite differences, including Python code examples.
Python package for solving the 1D wave equation using finite differences. Includes installation instructions.
MIT OpenCourseWare notes on finite difference methods for solving hyperbolic equations, including the 1D wave equation.