8 results · AI-generated index
N
numpy.org
article

Finite Difference Method for 2D Wave Equation

Solve the 2D wave equation using finite difference method with NumPy. This example demonstrates how to discretize the wave equation and solve it numerically.

G
github.io
tool

2D Wave Equation Solver using Finite Difference Method

Python script to solve the 2D wave equation using finite difference method. This repository provides a fully executable code with example use cases.

M
mit.edu
research

Numerical Solution of the 2D Wave Equation

This research paper presents a numerical solution of the 2D wave equation using finite difference method. The paper discusses the mathematical formulation and implementation details.

C
coursera.org
video

Finite Difference Methods for Wave Equations

This online course covers finite difference methods for solving wave equations, including the 2D wave equation. The course provides video lectures and practice assignments.

S
scipy.org
official

Solving the 2D Wave Equation with Finite Differences

SciPy provides functions to solve partial differential equations, including the 2D wave equation. This example demonstrates how to use SciPy to solve the equation using finite difference method.

S
stackoverflow.com
article

2D Wave Equation using Finite Difference Method

This Q&A thread discusses how to solve the 2D wave equation using finite difference method in Python. The answers provide example code snippets and explanations.

A
arxiv.org
research

Finite Difference Solution of the 2D Wave Equation

This preprint presents a finite difference solution of the 2D wave equation. The paper discusses the numerical methodology and provides example results.

C
codes.io
tool

Python Code for 2D Wave Equation using Finite Difference Method

This website provides a Python code snippet to solve the 2D wave equation using finite difference method. The code is fully executable and includes example use cases.