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

Solving the 2D Wave Equation using Finite Difference Method

This Python script uses the finite difference method to solve the 2D wave equation. It includes a detailed explanation and example usage.

S
stanford.edu
article

Finite Difference Methods for Solving Partial Differential Equations

This article discusses the application of finite difference methods for solving partial differential equations, including the 2D wave equation, with Python code examples.

P
pypi.org
tool

2D Wave Equation Solver using Finite Differences

A Python package for solving the 2D wave equation using finite differences. It includes installation instructions and API documentation.

M
mit.edu
research

Numerical Solution of the 2D Wave Equation

This research paper presents a numerical solution of the 2D wave equation using finite differences and discusses the implementation in Python.

Y
youtube.com
video

Solving the 2D Wave Equation with Finite Differences

A video tutorial that demonstrates how to solve the 2D wave equation using finite differences in Python, including code explanations and visualizations.

N
numpy.org
official

Finite Difference Method for 2D Wave Equation

The official NumPy documentation provides an example of using the finite difference method to solve the 2D wave equation, including Python code snippets.

S
sciencedirect.com
article

2D Wave Equation Solver with Finite Differences

This article presents a numerical solution of the 2D wave equation using finite differences and discusses the application of the method in various fields, with a Python implementation.

S
stackoverflow.com
news

Python Code for Solving 2D Wave Equation using Finite Difference

A Q&A thread on Stack Overflow that provides a Python code example for solving the 2D wave equation using finite differences, with explanations and discussions.