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

Finite Difference Method for Wave Equation

Solve the wave equation using finite difference method with NumPy. This example demonstrates how to discretize the wave equation and solve it using the finite difference method.

G
github.com
tool

Wave Equation Solver using Finite Difference

Python implementation of the finite difference method to solve the wave equation. This repository includes a fully executable code example and documentation.

H
hindawi.com
research

Numerical Solution of Wave Equation using Finite Difference Method

This research article presents a numerical solution of the wave equation using the finite difference method. The authors discuss the implementation and results of the method.

M
mit.edu
article

Finite Difference Methods for Wave Equations

Lecture notes on finite difference methods for wave equations from MIT OpenCourseWare. This resource includes notes, examples, and exercises on the topic.

Y
youtube.com
video

Solving Wave Equations with Finite Differences

Video tutorial on solving wave equations using the finite difference method. This video covers the basics of the method and provides a step-by-step example.

P
pypi.org
tool

Wave Equation Solver

Python package for solving the wave equation using the finite difference method. This package includes a simple and efficient implementation of the method.

S
scienceDirect.com
research

Finite Difference Method for Wave Propagation

This article discusses the application of the finite difference method to wave propagation problems. The authors present a review of the method and its applications.

G
geeksforgeeks.org
article

1D Wave Equation using Finite Difference Method

Example code and explanation of the finite difference method for solving the 1D wave equation. This resource includes a step-by-step guide and example code in Python.