8 results · AI-generated index
N
numpy.org
tutorial

Finite Difference Method for 2D Wave Propagation

This tutorial provides a step-by-step guide on implementing the finite difference method for 2D wave propagation using Python and NumPy.

G
github.io
tool

2D Wave Equation using Finite Differences

A Python implementation of the 2D wave equation using the finite difference method, including a detailed explanation and example code.

M
mit.edu
research

Finite Difference Methods for Wave Propagation Problems

A research article discussing the application of finite difference methods for solving wave propagation problems, including 2D examples and Python code.

Y
youtube.com
video

Solving the 2D Wave Equation with Finite Differences

A video tutorial demonstrating how to solve the 2D wave equation using the finite difference method in Python, with example code and visualizations.

R
realpython.com
article

Finite Difference Method for 2D Wave Propagation in Python

A comprehensive tutorial on implementing the finite difference method for 2D wave propagation in Python, covering theory, code, and example use cases.

S
scicomp.stackexchange.com
forum

2D Wave Propagation using Finite Differences

A Q&A forum discussion on implementing the finite difference method for 2D wave propagation, including example Python code and advice from experts.

C
coursera.org
course

Finite Difference Methods for Wave Equations

An online course covering finite difference methods for solving wave equations, including 2D examples and Python programming assignments.

P
pypi.org
official

Python Implementation of Finite Difference Method for 2D Wave Propagation

A Python package providing an implementation of the finite difference method for 2D wave propagation, including documentation and example usage.