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

Finite Difference Method for Wave Equation

The finite difference method is a numerical method for solving partial differential equations. Here's an example Python code using NumPy to solve the wave equation.

G
github.io
tool

Solving the Wave Equation using Finite Differences

This GitHub repository provides a Python implementation of the finite difference method for solving the wave equation. The code includes examples and visualizations.

S
stanford.edu
research

Finite Difference Methods for Wave Propagation Problems

This research paper from Stanford University discusses the application of finite difference methods to wave propagation problems. The paper includes Python code examples.

Y
youtube.com
video

Wave Equation Solver using Finite Differences

This video tutorial demonstrates how to solve the wave equation using the finite difference method in Python. The code is explained step-by-step.

M
mathworks.com
official

Finite Difference Method for Solving Partial Differential Equations

This MATLAB documentation page discusses the finite difference method for solving partial differential equations, including the wave equation. A Python equivalent is also provided.

H
hindawi.com
article

Numerical Solution of the Wave Equation using Finite Differences

This journal article from Hindawi Publishing discusses the numerical solution of the wave equation using finite differences. The article includes Python code examples and comparisons with other methods.

M
mit.edu
edu

Finite Difference Methods for Wave Equations

This MIT OpenCourseWare page provides lecture notes and Python code examples for finite difference methods applied to wave equations.

C
codes.io
tool

Python Code for Solving the Wave Equation using Finite Differences

This code repository provides a simple Python implementation of the finite difference method for solving the wave equation. The code is well-documented and includes example use cases.