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

Finite Difference Method for Wave Equation

Implementation of the finite difference method to solve the wave equation using NumPy and Python. Includes example code and explanations.

G
github.io
tool

Solving the Wave Equation using Finite Differences

A Python implementation of the finite difference method for solving the wave equation, including a Jupyter Notebook example and explanations of the numerical methods used.

S
stanford.edu
research

Finite Difference Methods for Partial Differential Equations

Lecture notes from Stanford University on finite difference methods for solving partial differential equations, including the wave equation. Includes Python code examples.

P
pypi.org
tool

Wave Equation Solver using Finite Differences

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

N
ncar.ucar.edu
research

Finite Difference Method for Wave Propagation

A research article from the National Center for Atmospheric Research on using the finite difference method for wave propagation modeling, including a Python implementation.

C
coursera.org
article

Numerical Solution of the Wave Equation using Finite Differences

A Coursera course from the University of Michigan on numerical methods for solving partial differential equations, including the wave equation using finite differences.

I
ieee.org
research

Finite Difference Time Domain Method for Wave Equation

A research article from the IEEE on using the finite difference time domain method for solving the wave equation, including a Python implementation.

R
realpython.com
article

Python Implementation of Finite Difference Method for Wave Equation

A tutorial on implementing the finite difference method for solving the wave equation using Python, including example code and explanations.