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

Numerical Solution of 2D Wave Equation using Central Differences

This Python code implements a numerical solution to the 2D wave equation using central differences. It includes a detailed explanation and example usage.

M
math.umd.edu
article

Finite Difference Methods for the Wave Equation

This article discusses finite difference methods for solving the wave equation, including the central difference method, and provides Python code examples.

Y
youtube.com
video

Solving the 2D Wave Equation with Central Differences in Python

This video tutorial demonstrates how to solve the 2D wave equation using central differences in Python, covering theory and implementation.

S
stanford.edu
research

Numerical Methods for Partial Differential Equations

This course notes page covers numerical methods for solving partial differential equations, including the central difference method for the wave equation.

G
gitlab.com
tool

Python Code for 2D Wave Equation using Central Differences

This repository contains Python code for solving the 2D wave equation using central differences, including example usage and documentation.

N
ncsu.edu
research

Finite Difference Solution of the Wave Equation

This technical report discusses the finite difference solution of the wave equation, including the central difference method, and provides Python code examples.

W
wolfram.com
tool

Central Difference Method for the 2D Wave Equation

This Wolfram Demonstration illustrates the central difference method for solving the 2D wave equation, including interactive visualizations and Python code.

N
numpy.org
official

Numerical Solution of Partial Differential Equations

This NumPy documentation page covers numerical methods for solving partial differential equations, including the central difference method for the wave equation.