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

Finite Difference Method for Wave Equation

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

G
github.io
tool

Solving the Wave Equation using Finite Differences

This GitHub repository contains a Python code that solves the wave equation using the finite difference method. It includes a detailed explanation and example usage.

M
math.umd.edu
research

Numerical Solution of the Wave Equation

This University of Maryland webpage provides a detailed explanation of the finite difference method for solving the wave equation, including a Python example and theoretical background.

S
sciencedirect.com
article

Finite Difference Methods for Wave Propagation

This ScienceDirect article discusses the application of finite difference methods to wave propagation problems, including the wave equation. It provides a comprehensive overview of the topic.

P
pypi.org
tool

Wave Equation Solver using Finite Differences

This PyPI package provides a Python implementation of the finite difference method for solving the wave equation. It includes installation instructions and example usage.

C
coursera.org
video

Numerical Methods for Solving the Wave Equation

This Coursera course covers numerical methods for solving partial differential equations, including the wave equation. It includes video lectures and assignments using Python.

T
towardsdatascience.com
article

Finite Difference Method for Wave Equation in Python

This Towards Data Science article provides a step-by-step guide to implementing the finite difference method for solving the wave equation in Python.

N
ncar.ucar.edu
research

Wave Equation Solution using Finite Difference Method

This National Center for Atmospheric Research webpage provides a detailed explanation of the finite difference method for solving the wave equation, including a Python example and application to atmospheric science.