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 Python code repository providing a finite difference solution to the 2D wave equation, including examples 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 the finite difference method, with a focus on stability and convergence.

C
coursera.org
video

Finite Difference Methods for Wave Equations

An online course covering finite difference methods for wave equations, including the 2D case, with video lectures and assignments.

P
pypi.org
tool

2D Wave Equation Solver using Finite Differences

A Python package providing a finite difference solver for the 2D wave equation, available for installation via pip.

R
realpython.com
article

Finite Difference Method for the 2D Wave Equation: A Tutorial

A tutorial on implementing the finite difference method for the 2D wave equation in Python, including code examples and explanations.

M
mit.edu
official

Numerical Methods for Wave Equations

A set of lecture notes on numerical methods for wave equations, including the finite difference method, from a course at MIT.

S
scienceDirect.com
research

Solving Wave Equations with Finite Differences

A journal article discussing the application of finite difference methods to solve wave equations, including the 2D wave equation, with a focus on numerical stability.