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

Finite Difference Method for 2D Wave Equation

Python code implementation of the finite difference method for solving the 2D wave equation, including boundary conditions and numerical stability analysis.

S
sciencedirect.com
article

Numerical Solution of the 2D Wave Equation using Finite Differences

This article presents a numerical solution of the 2D wave equation using the finite difference method, with applications in physics and engineering.

P
python.org
official

2D Wave Equation Solver using Finite Difference Method

Example Python code for solving the 2D wave equation using the finite difference method, including a discussion of the underlying mathematics and numerical methods.

M
mit.edu
research

Finite Difference Methods for Partial Differential Equations

Lecture notes on finite difference methods for solving partial differential equations, including the 2D wave equation, with examples and Python code implementations.

Y
youtube.com
video

Solving the 2D Wave Equation with Finite Differences

Video tutorial on solving the 2D wave equation using the finite difference method, with a step-by-step explanation of the numerical implementation in Python.

A
arxiv.org
research

Finite Difference Method for 2D Wave Equation with Absorbing Boundary Conditions

Research paper on the finite difference method for solving the 2D wave equation with absorbing boundary conditions, including numerical results and Python code.

C
coursera.org
tool

Numerical Methods for Solving Partial Differential Equations

Online course on numerical methods for solving partial differential equations, including the finite difference method for the 2D wave equation, with Python code examples and assignments.

N
numpy.org
official

Finite Difference Solution of the 2D Wave Equation

Example code and documentation for solving the 2D wave equation using the finite difference method with NumPy, including a discussion of the underlying numerical methods and optimization techniques.