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

Solving the 2D Wave Equation with Finite Difference Method

This example demonstrates how to solve the 2D wave equation using the finite difference method with NumPy. The code implements a simple explicit scheme.

M
math.umd.edu
article

Finite Difference Methods for Solving PDEs

The University of Maryland's math department provides a comprehensive guide to finite difference methods for solving partial differential equations, including the 2D wave equation.

G
github.io
tool

2D Wave Equation Solver using Finite Differences

This open-source project on GitHub provides a Python implementation of a 2D wave equation solver using finite differences and NumPy.

S
stanford.edu
research

Numerical Solution of the 2D Wave Equation

Stanford University's course on numerical analysis covers the solution of the 2D wave equation using finite difference methods, with example code in Python.

Y
youtube.com
video

Finite Difference Method for 2D Wave Equation

This video tutorial explains the finite difference method for solving the 2D wave equation and provides example Python code using NumPy.

S
scipy.org
official

Solving PDEs with Finite Differences

SciPy's documentation provides an example of solving the 2D wave equation using finite differences, with a focus on using NumPy and SciPy's optimization functions.

M
mit.edu
article

Numerical Methods for Solving the Wave Equation

MIT's OpenCourseWare provides a comprehensive resource on numerical methods for solving the wave equation, including finite difference methods, with example Python code.

S
stackoverflow.com
tool

Python Code for 2D Wave Equation using Finite Differences

This Q&A thread on Stack Overflow provides example Python code for solving the 2D wave equation using finite differences and NumPy, along with explanations and advice.