8 results · AI-generated index
M
math.umd.edu
article

Finite Difference Method for 2D Wave Equation

The finite difference method is a numerical technique used to solve partial differential equations, including the 2D wave equation. This article provides a detailed explanation of the method and its implementation in Python.

G
github.io
tool

Solving the 2D Wave Equation using Finite Differences

This GitHub repository provides a Python implementation of the finite difference method for solving the 2D wave equation. The code includes examples and visualizations to help illustrate the method.

N
nasa.gov
research

Numerical Solution of the 2D Wave Equation

This NASA technical report discusses the use of finite difference methods for solving the 2D wave equation in various engineering applications. The report includes a section on Python implementation.

S
stanford.edu
article

Finite Difference Methods for Wave Equations

This Stanford University course website provides lecture notes and assignments on finite difference methods for wave equations, including the 2D case. The course materials include Python code examples.

Y
youtube.com
video

2D Wave Equation Solver using Finite Differences

This YouTube video demonstrates how to solve the 2D wave equation using finite differences in Python. The video includes a step-by-step explanation of the code and visualization of the results.

R
researchgate.net
research

Python Implementation of Finite Difference Method for 2D Wave Equation

This ResearchGate publication provides a Python implementation of the finite difference method for solving the 2D wave equation. The code is available for download and includes example usage.

S
sciencedirect.com
article

Finite Difference Method for 2D Wave Equation with Boundary Conditions

This ScienceDirect article discusses the application of finite difference methods to solve the 2D wave equation with various boundary conditions. The article includes a section on Python implementation.

P
pypi.org
tool

2D Wave Equation Solver with Finite Differences

This PyPI package provides a Python implementation of the finite difference method for solving the 2D wave equation. The package includes example usage and documentation.