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

Solving the 2D Wave Equation using Finite Difference Method

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

M
math.umd.edu
article

Finite Difference Methods for the 2D Wave Equation

A detailed article on finite difference methods for the 2D wave equation, including derivation of the finite difference equations and implementation in Python.

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 Python code and example simulations.

P
pypi.org
tool

2D Wave Equation Solver using Finite Difference Method

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

Y
youtube.com
video

Finite Difference Method for the 2D Wave Equation

A video lecture on the finite difference method for the 2D wave equation, including derivation of the finite difference equations and implementation in Python.

S
scicomp.stackexchange.com
article

Solving the 2D Wave Equation with Finite Differences

A Q&A forum discussion on solving the 2D wave equation using the finite difference method, with example Python code and advice on numerical stability.

C
coursera.org
official

Finite Difference Methods for Partial Differential Equations

An online course on finite difference methods for partial differential equations, including the 2D wave equation, with Python code and assignments.

C
codes.io
tool

Python Code for 2D Wave Equation using Finite Difference Method

A repository of Python code for solving the 2D wave equation using the finite difference method, with example usage and documentation.