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

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

This code demonstrates how to solve the 2D wave equation using the finite difference method with NumPy. It includes a step-by-step guide and example use cases.

M
math.umd.edu
article

Finite Difference Methods for Solving the Wave Equation

This article discusses the finite difference method for solving the wave equation, including the 2D case. It provides a detailed mathematical derivation and examples.

P
pypi.org
tool

2D Wave Equation Solver using Finite Differences

This Python package provides a solver for the 2D wave equation using the finite difference method. It includes documentation and example usage.

S
stanford.edu
research

Numerical Solution of the Wave Equation using Finite Differences

This lecture note discusses the numerical solution of the wave equation using finite differences, including the 2D case. It provides a detailed explanation of the method and its implementation.

N
numpy.org
official

Finite Difference Method for 2D Wave Equation

This example code demonstrates how to use NumPy to solve the 2D wave equation using the finite difference method. It includes a step-by-step guide and example use cases.

R
realpython.com
article

Solving the 2D Wave Equation with Finite Differences and NumPy

This tutorial provides a step-by-step guide to solving the 2D wave equation using the finite difference method with NumPy. It includes example code and explanations.

Y
youtube.com
video

Wave Equation Solver using Finite Difference Method

This video tutorial demonstrates how to solve the 2D wave equation using the finite difference method with NumPy. It includes a step-by-step guide and example use cases.

S
sciencedirect.com
research

Finite Difference Methods for Wave Equations

This research article discusses the finite difference method for solving wave equations, including the 2D case. It provides a detailed mathematical derivation and examples.