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

Finite Difference Method for 2D Wave Equation

Python code implementation of the finite difference method for solving the 2D wave equation, including boundary conditions and numerical stability analysis.

M
math.umd.edu
article

Numerical Solution of the Wave Equation using Finite Differences

This article presents a detailed derivation of the finite difference method for the 2D wave equation, along with Python code examples and convergence analysis.

N
numpy.org
official

Solving the 2D Wave Equation with Finite Differences

Official NumPy documentation providing an example of how to use finite differences to solve the 2D wave equation, including code snippets and explanations.

S
stanford.edu
research

Finite Difference Methods for Wave Equations

Research paper discussing the application of finite difference methods to wave equations, including the 2D case, with a focus on numerical stability and accuracy.

P
pypi.org
tool

2D Wave Equation Solver using Finite Differences

Python package providing a simple and efficient implementation of the finite difference method for solving the 2D wave equation, with example usage and documentation.

Y
youtube.com
video

Finite Difference Method for Wave Equations - Video Lecture

Video lecture explaining the finite difference method for solving wave equations, including the 2D case, with examples and code snippets in Python.

M
mit.edu
article

Numerical Methods for Wave Equations

Course notes from MIT covering numerical methods for wave equations, including the finite difference method, with a focus on theoretical foundations and practical implementation.

G
gitlab.com
tool

Finite Difference Wave Equation Solver - Open Source

Open-source Python code for solving the 2D wave equation using the finite difference method, with a focus on readability, maintainability, and community involvement.