8 results · AI-generated index
M
math.umd.edu
article

Finite Difference Method for Wave Equation

This article provides a Python implementation of the finite difference method for solving the wave equation, including a detailed explanation of the numerical scheme and example code.

G
github.io
tool

Solving the Wave Equation using Finite Differences

A Python repository containing an implementation of the finite difference method for solving the wave equation, including example usage and visualizations.

R
researchgate.net
research

Numerical Solution of Wave Equation using Finite Difference

A research paper discussing the application of the finite difference method to solve the wave equation, with a focus on numerical stability and accuracy, including a Python implementation.

P
pypi.org
tool

Wave Equation Solver using Finite Difference Method

A Python package available on PyPI that provides a simple and efficient implementation of the finite difference method for solving the wave equation.

S
stanford.edu
article

Finite Difference Methods for Wave Propagation

A course notes page from Stanford University discussing the application of finite difference methods to wave propagation problems, including a Python example.

Y
youtube.com
video

Solving Wave Equations with Finite Differences

A video tutorial explaining how to solve wave equations using finite differences, with example Python code and visualizations.

N
ncsu.edu
article

Finite Difference Solution of the Wave Equation

A lecture note from North Carolina State University discussing the finite difference method for solving the wave equation, including a Python implementation.

G
gitlab.com
tool

Wave Equation Finite Difference Solver

An open-source Python project hosted on GitLab that provides a finite difference solver for the wave equation, including example usage and documentation.