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

Finite Difference Method for Wave Propagation

The finite difference method is a numerical technique used to solve partial differential equations, such as the wave equation. This article provides a Python implementation using NumPy.

G
github.io
tool

Wave Propagation using Finite Difference Method

This repository contains a Python code for simulating wave propagation using the finite difference method. It includes examples and visualizations using Matplotlib.

S
stanford.edu
research

Finite Difference Methods for Wave Equations

This course notes from Stanford University covers the finite difference method for solving wave equations, including the 1D and 2D wave equations. It provides Python code examples.

R
realpython.com
article

Solving the Wave Equation using Finite Differences

This tutorial provides a step-by-step guide to solving the wave equation using the finite difference method in Python. It covers the theory and implementation.

Y
youtube.com
video

Finite Difference Method for Wave Propagation in Python

This video tutorial demonstrates how to implement the finite difference method for wave propagation in Python. It covers the basics of the method and provides example code.

S
sciencedirect.com
research

Finite Difference Methods for Wave Propagation Problems

This article reviews the finite difference methods for solving wave propagation problems, including the finite difference time-domain method. It provides examples and applications.

P
pypi.org
tool

Wave Propagation Simulation using Finite Difference Method

This Python package provides a simulation tool for wave propagation using the finite difference method. It includes examples and documentation.

N
nasa.gov
official

Finite Difference Methods for Solving Wave Equations

This technical report from NASA covers the finite difference methods for solving wave equations, including the wave equation in one and two dimensions. It provides examples and applications.