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

Finite Difference Time Domain Method for 2D Wave Equation

Python implementation of the finite difference time domain method for solving the 2D wave equation, including code examples and visualizations.

M
mit.edu
article

Numerical Solution of the 2D Wave Equation using Finite Differences

This article discusses the finite difference time domain method for solving the 2D wave equation and provides a Python implementation as part of a course on numerical methods.

R
researchgate.net
research

2D Wave Equation Solver using Finite Difference Time Domain Method

This research paper presents a Python implementation of the finite difference time domain method for solving the 2D wave equation, with applications in physics and engineering.

N
numpy.org
official

Finite Difference Methods for Solving the Wave Equation

This tutorial provides an introduction to finite difference methods for solving the wave equation, including a Python implementation using NumPy.

Y
youtube.com
video

Solving the 2D Wave Equation using Finite Differences in Python

This video tutorial demonstrates how to implement the finite difference time domain method for solving the 2D wave equation in Python, using the NumPy and Matplotlib libraries.

S
sciencedirect.com
article

Finite Difference Time Domain Method for Wave Propagation

This article discusses the application of the finite difference time domain method to wave propagation problems, including a Python implementation for the 2D wave equation.

S
stackoverflow.com
tool

Python Code for Solving the 2D Wave Equation using Finite Differences

This Q&A thread provides a Python implementation of the finite difference time domain method for solving the 2D wave equation, with example code and explanations.

U
ucsd.edu
article

Numerical Methods for Solving the Wave Equation

This course website provides lecture notes and assignments on numerical methods for solving the wave equation, including a Python implementation of the finite difference time domain method for the 2D case.