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

Finite Difference Method for Wave Equation

The finite difference method is a numerical method for solving partial differential equations, including the wave equation. This article provides a Python implementation using NumPy.

G
github.io
tool

Solving the Wave Equation using Finite Differences

A Python code repository demonstrating the finite difference method for solving the wave equation. Includes example usage and visualizations.

S
stanford.edu
research

Finite Difference Methods for Wave Propagation

A research paper discussing the application of finite difference methods to wave propagation problems. Includes a Python implementation and comparison with other numerical methods.

P
pypi.org
tool

Wave Equation Solver using Finite Differences

A Python package for solving the wave equation using the finite difference method. Includes documentation and example usage.

M
mit.edu
article

Numerical Solution of the Wave Equation

A lecture note on numerical methods for solving the wave equation, including the finite difference method. Includes Python code examples and exercises.

Y
youtube.com
video

Finite Difference Method for Wave Equation Simulation

A video tutorial demonstrating how to implement the finite difference method for solving the wave equation in Python. Includes example code and visualizations.

N
ncar.ucar.edu
research

Finite Difference Methods for Partial Differential Equations

A research article discussing the application of finite difference methods to partial differential equations, including the wave equation. Includes a Python implementation and comparison with other numerical methods.

S
sciencedirect.com
official

Wave Equation Solver

An official journal article discussing the development of a wave equation solver using the finite difference method. Includes a Python implementation and validation results.