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

Finite Difference Method for Wave Equation

This article presents a finite difference method for solving the wave equation, with Python code examples and explanations of the numerical scheme.

G
github.io
tool

Wave Equation Simulation using Finite Differences

A Python implementation of the finite difference method for simulating the wave equation, including a Jupyter notebook with example usage.

N
nasa.gov
research

Numerical Solution of the Wave Equation

This technical report from NASA discusses the numerical solution of the wave equation using finite differences, with a focus on applications in aerospace engineering.

C
coursera.org
video

Finite Difference Methods for Partial Differential Equations

This online course covers finite difference methods for solving partial differential equations, including the wave equation, with video lectures and assignments.

S
stackoverflow.com
article

Python Code for Wave Equation Simulation

A Q&A thread on Stack Overflow with example Python code for simulating the wave equation using finite differences, including discussions of boundary conditions and numerical stability.

S
sciencedirect.com
research

Wave Equation Simulation using Finite Element Method

This research article compares the finite difference and finite element methods for simulating the wave equation, with a focus on computational efficiency and accuracy.

W
wikipedia.org
article

Finite Difference Time Domain Method

A Wikipedia article on the finite difference time domain method, including its application to the wave equation and other partial differential equations.

P
pypi.org
tool

Python Library for Finite Difference Simulations

A Python library for finite difference simulations, including tools for solving the wave equation and other partial differential equations, with documentation and example code.