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

Finite Difference Method for Wave Equation

Example code in Python using NumPy for solving the wave equation with finite difference method. Includes explanations and visualizations.

G
github.io
tool

Solving the Wave Equation using Finite Differences

Python implementation of the finite difference method for the wave equation. Repository includes example code, documentation, and test cases.

H
hindawi.com
research

Numerical Solution of Wave Equation using Finite Difference Method

Research article published in a peer-reviewed journal, providing a detailed analysis of the finite difference method for solving the wave equation, including Python code examples.

P
pypi.org
tool

Wave Equation Solver using Finite Difference Method

Python package for solving the wave equation using the finite difference method. Includes installation instructions, documentation, and example usage.

C
coursera.org
video

Finite Difference Method for Wave Propagation

Online course materials, including video lectures and example code in Python, covering the finite difference method for wave propagation problems.

M
mit.edu
article

Finite Difference Time Domain (FDTD) Method

Lecture notes from a university course on computational physics, covering the finite difference time domain method for solving the wave equation, with example Python code.

G
google.com
tool

Wave Equation Simulation using Finite Difference Method

Colab notebook providing an interactive simulation of the wave equation using the finite difference method, with example Python code and visualizations.

N
ncar.ucar.edu
official

Finite Difference Methods for Wave Equations

Official documentation from a research institution, providing an overview of finite difference methods for solving wave equations, including example Python code and applications.