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

Finite Difference Method for 2D Wave Equation

Implementation of the finite difference method for solving the 2D wave equation in Python, including code examples and visualizations.

S
sciencedirect.com
research

Numerical Solution of the Wave Equation in 2D using Finite Differences

This article presents a numerical solution of the wave equation in 2D using the finite difference method, with applications in physics and engineering.

Y
youtube.com
video

Solving the 2D Wave Equation with Finite Differences

Video tutorial on solving the 2D wave equation using the finite difference method in Python, covering theory and implementation.

S
stanford.edu
article

Finite Difference Methods for Partial Differential Equations

Course notes on finite difference methods for solving partial differential equations, including the wave equation in 2D, with Python examples.

P
pypi.org
tool

2D Wave Equation Solver using Finite Differences

Python package for solving the 2D wave equation using the finite difference method, with documentation and example usage.

A
arxiv.org
research

Finite Difference Method for Wave Propagation in 2D

Research paper on the application of the finite difference method for simulating wave propagation in 2D, with a focus on numerical stability and accuracy.

M
mit.edu
article

Numerical Methods for Solving the Wave Equation

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

N
numpy.org
official

Finite Difference Time Domain (FDTD) Method for 2D Wave Equation

Example code and documentation for implementing the finite difference time domain (FDTD) method for solving the 2D wave equation using NumPy and Python.