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

Finite Difference Method for Wave Equation

A Python script implementing the finite difference method to solve the 1D wave equation, including boundary conditions and visualization.

M
math.ucsb.edu
research

Solving the Wave Equation using Finite Differences

A research article discussing the mathematical formulation of the wave equation and its solution using finite differences, with a Python implementation.

C
coursera.org
article

Finite Difference Methods for Partial Differential Equations

An online course covering finite difference methods for solving partial differential equations, including the wave equation, with Python examples.

P
pypi.org
tool

Wave Equation Solver using Finite Differences

A Python package providing a solver for the wave equation using finite differences, with documentation and example usage.

N
nasa.gov
official

Numerical Solution of the Wave Equation

An official NASA report discussing the numerical solution of the wave equation using finite differences, with applications to aerospace engineering.

Y
youtube.com
video

Finite Difference Method for Wave Propagation

A video lecture explaining the finite difference method for solving the wave equation, with a Python implementation and visualization.

M
mit.edu
article

Finite Difference Methods for Wave Equations

A lecture note from MIT discussing finite difference methods for solving wave equations, including the 1D and 2D cases, with Python examples.

S
stackoverflow.com
article

Python Script for Solving the Wave Equation

A Q&A thread on Stack Overflow providing a Python script for solving the wave equation using finite differences, with explanations and example usage.