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

Finite Difference Method for 2D Wave Equation

A step-by-step guide to implementing the finite difference method for solving the 2D wave equation using NumPy and Python.

G
github.io
tutorial

Solving the 2D Wave Equation using Finite Differences

A Python tutorial that uses the finite difference method to solve the 2D wave equation, including code examples and visualizations.

S
stanford.edu
research

Finite Difference Methods for Partial Differential Equations

A lecture note from Stanford University that covers the finite difference method for solving partial differential equations, including the 2D wave equation.

P
pypi.org
tool

2D Wave Equation Solver using Finite Differences

A Python package that implements the finite difference method to solve the 2D wave equation, available for installation via PyPI.

Y
youtube.com
video

Finite Difference Method for 2D Wave Equation - Python Implementation

A video tutorial that demonstrates how to implement the finite difference method for solving the 2D wave equation using Python.

M
mit.edu
research

Numerical Methods for Solving Partial Differential Equations

A course note from MIT that covers numerical methods, including the finite difference method, for solving partial differential equations such as the 2D wave equation.

I
ieee.org
research

Finite Difference Time Domain Method for 2D Wave Equation

A research paper published in an IEEE journal that discusses the application of the finite difference time domain method for solving the 2D wave equation.

G
gitlab.com
tool

Python Code for Solving 2D Wave Equation using Finite Differences

An open-source repository that provides Python code for solving the 2D wave equation using the finite difference method, along with example use cases.