8 results · AI-generated index
M
math.umd.edu
article

Finite Difference Method for 2D Wave Equation

This article discusses the finite difference method for solving the 2D wave equation, including a Python implementation.

G
github.io
tool

Solving the 2D Wave Equation using Finite Differences

A step-by-step guide to solving the 2D wave equation using finite differences, with example Python code and visualizations.

N
ncsu.edu
research

Numerical Solution of the 2D Wave Equation

A research paper on the numerical solution of the 2D wave equation using finite difference schemes, including a comparison of different methods.

P
pypi.org
tool

2D Wave Equation Solver using Finite Differences

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

C
coursera.org
video

Finite Difference Methods for Wave Equations

An online course on finite difference methods for wave equations, including lectures and assignments on the 2D wave equation.

S
stackoverflow.com
article

Python Implementation of 2D Wave Equation using Finite Differences

A Q&A thread on implementing the 2D wave equation using finite differences in Python, with example code and explanations.

S
siam.org
research

Numerical Analysis of the 2D Wave Equation

A journal article on the numerical analysis of the 2D wave equation, including a discussion of finite difference schemes and their accuracy.

N
numpy.org
official

2D Wave Equation Finite Difference Scheme

Documentation on using NumPy to implement a finite difference scheme for the 2D wave equation, with example code and explanations.