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

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

This code implements the finite difference method to solve the 2D wave equation. It utilizes Python and NumPy for efficient numerical computations.

S
stanford.edu
research

Finite Difference Methods for the 2D Wave Equation

Lecture notes from Stanford University's numerical analysis course, covering finite difference methods for solving the 2D wave equation.

N
numpy.org
official

2D Wave Equation Solver using Finite Differences

Official NumPy documentation example demonstrating how to solve the 2D wave equation using finite differences.

H
hindawi.com
article

Numerical Solution of the 2D Wave Equation using Finite Difference Method

A research article published in a Hindawi journal, discussing the application of the finite difference method to solve the 2D wave equation.

Y
youtube.com
video

Finite Difference Method for 2D Wave Equation

A video tutorial explaining the finite difference method for solving the 2D wave equation, with Python code examples using NumPy.

S
scicomp.stackexchange.com
article

Solving 2D Wave Equations with Finite Differences

A Q&A forum discussion on the SciComp Stack Exchange, focusing on solving 2D wave equations using finite differences.

M
mit.edu
research

Finite Difference Methods for Wave Equations

Course materials from MIT's numerical analysis course, covering finite difference methods for solving wave equations, including the 2D case.

C
codes.io
tool

Python Code for Solving 2D Wave Equation using Finite Difference Method

An open-source code repository providing a Python implementation of the finite difference method for solving the 2D wave equation, utilizing NumPy.