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

Solving the 2D Wave Equation using Finite Difference Method with Python and NumPy

This implementation provides a step-by-step guide to solving the 2D wave equation using the finite difference method in Python with NumPy.

M
math.umd.edu
article

Finite Difference Method for 2D Wave Equation

University of Maryland's math department provides a detailed explanation of the finite difference method for the 2D wave equation, including a Python implementation using NumPy.

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 and provides a Python implementation using NumPy and Matplotlib for visualization.

S
stackoverflow.com
tool

Python Implementation of 2D Wave Equation using Finite Difference Method

Stack Overflow users discuss and provide code snippets for implementing the 2D wave equation using the finite difference method in Python with NumPy.

C
coursera.org
video

Finite Difference Methods for Partial Differential Equations

This online course covers finite difference methods for partial differential equations, including the 2D wave equation, and provides Python implementations using NumPy.

P
pypi.org
tool

2D Wave Equation Solver using Finite Difference Method

A Python package available on PyPI that provides a solver for the 2D wave equation using the finite difference method, utilizing NumPy for efficient computations.

M
mit.edu
article

Numerical Methods for Solving Partial Differential Equations

MIT OpenCourseWare provides lecture notes and assignments on numerical methods for solving partial differential equations, including the finite difference method for the 2D wave equation, with Python implementations using NumPy.

S
sciencedirect.com
research

Finite Difference Method for 2D Wave Equation with Boundary Conditions

This scientific article discusses the application of the finite difference method to the 2D wave equation with various boundary conditions and provides a Python implementation using NumPy for demonstration.