8 results · AI-generated index
G
github.io
tool

Finite Difference Method for Wave Equation

Python implementation of the finite difference method to solve the 1D wave equation, including boundary conditions and numerical stability analysis.

M
math.umd.edu
article

Numerical Solution of the Wave Equation

This article presents a numerical solution of the wave equation using the finite difference method, with a focus on convergence and stability of the numerical scheme.

N
numpy.org
official

Solving the Wave Equation with Finite Differences

Example code in Python using NumPy to solve the wave equation with finite differences, including a discussion of grid spacing and time-stepping.

S
stanford.edu
research

Finite Difference Methods for Partial Differential Equations

Lecture notes on finite difference methods for solving partial differential equations, including the wave equation, with examples in Python and MATLAB.

P
pypi.org
tool

Wave Equation Solver using Finite Difference Method

Python package for solving the wave equation using the finite difference method, with support for 1D and 2D problems and various boundary conditions.

S
sciencedirect.com
article

Numerical Methods for Solving the Wave Equation

Journal article reviewing numerical methods for solving the wave equation, including finite difference, finite element, and spectral methods, with applications in physics and engineering.

Y
youtube.com
video

Finite Difference Solution of the Wave Equation

Video lecture on solving the wave equation using the finite difference method, with example code in Python and a discussion of numerical stability and convergence.

C
code.gov
official

Wave Equation Solver

Open-source Python code for solving the wave equation using the finite difference method, developed by the US government for scientific research and engineering applications.