8 results · AI-generated index
S
scholar.google.com
research

Finite Difference Time Domain Method for 2D Wave Equation

This paper presents a finite difference time domain (FDTD) method for solving the 2D wave equation. The FDTD method is a popular numerical technique for solving partial differential equations.

R
realpython.com
article

Solving the 2D Wave Equation using Python

In this article, we will use the finite difference method to solve the 2D wave equation in Python. We will use the NumPy library to implement the finite difference method.

G
github.io
tool

Finite Difference Time Domain (FDTD) Simulation of 2D Wave Equation

This repository contains a Python implementation of the FDTD method for solving the 2D wave equation. The code uses the NumPy and Matplotlib libraries.

M
mit.edu
edu

Numerical Solution of the 2D Wave Equation using Finite Differences

This course notes provide a detailed introduction to the finite difference method for solving the 2D wave equation. The notes include Python code examples.

P
pypi.org
tool

2D Wave Equation Solver using Finite Difference Time Domain Method

This Python package provides a solver for the 2D wave equation using the FDTD method. The package can be installed using pip.

S
sciencedirect.com
research

Finite Difference Method for Solving the 2D Wave Equation

This article presents a review of the finite difference method for solving the 2D wave equation. The article discusses the advantages and limitations of the method.

Y
youtube.com
video

Python Implementation of the 2D Wave Equation using Finite Differences

This video provides a step-by-step guide to implementing the finite difference method for solving the 2D wave equation in Python.

D
docs.python.org
official

Documentation for 2D Wave Equation Solver

This documentation provides a detailed description of the 2D wave equation solver implemented in Python. The solver uses the finite difference method.