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

Solving the 2D Wave Equation using Finite Difference Method in Python

This code implements the finite difference method to solve the 2D wave equation in Python, utilizing the NumPy library for efficient numerical computations.

M
math.ucsb.edu
article

Finite Difference Methods for the 2D Wave Equation

This article discusses the application of finite difference methods for solving the 2D wave equation, including a Python implementation using the finite difference time domain method.

R
researchgate.net
research

Numerical Solution of the 2D Wave Equation using Finite Differences

This research paper presents a numerical solution of the 2D wave equation using the finite difference method, with a Python code implementation provided in the appendix.

P
pypi.org
tool

2D Wave Equation Solver using Finite Difference Method

This Python package provides a solver for the 2D wave equation using the finite difference method, with support for various boundary conditions and source terms.

Y
youtube.com
video

Finite Difference Method for the 2D Wave Equation - Video Lecture

This video lecture explains the finite difference method for solving the 2D wave equation, with a Python implementation demonstrated using the NumPy and Matplotlib libraries.

S
scicomp.stackexchange.com
article

Solving the 2D Wave Equation with Finite Differences

This Q&A thread discusses the implementation of the finite difference method for solving the 2D wave equation in Python, with example code and advice from experts in the field.

A
acm.org
article

Finite Difference Time Domain Method for the 2D Wave Equation

This article presents a review of the finite difference time domain method for solving the 2D wave equation, including a discussion of its implementation in Python and other programming languages.

C
code.gov
official

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

This official government repository provides a Python code implementation of the finite difference method for solving the 2D wave equation, with example use cases and documentation.