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, including the wave equation. This example demonstrates how to use NumPy to solve the wave equation using finite differences.

G
github.io
tool

Solving the Wave Equation with Finite Differences in Python

This repository contains a Python implementation of the finite difference method for solving the wave equation. The code includes examples and visualizations to help illustrate the method.

H
hindawi.com
research

Numerical Solution of the Wave Equation using Finite Difference Methods

This article presents a numerical solution of the wave equation using finite difference methods. The authors compare the results of different finite difference schemes and discuss the advantages and disadvantages of each method.

M
math.umd.edu
article

Finite Difference Methods for Solving the Wave Equation

This lecture note discusses the finite difference method for solving the wave equation. The note includes examples, derivations, and exercises to help students understand the method.

P
pypi.org
tool

Wave Equation Solver using Finite Differences

This Python package provides a solver for the wave equation using finite differences. The package includes documentation and examples to help users get started.

C
coursera.org
video

Numerical Methods for Solving the Wave Equation

This online course covers numerical methods for solving the wave equation, including finite difference methods. The course includes video lectures, assignments, and discussions.

N
ncsu.edu
research

Finite Difference Solution of the Wave Equation

This technical report presents a finite difference solution of the wave equation. The report includes a detailed derivation of the method and examples to illustrate its use.

S
science.gov
official

Wave Equation Solver

This official government website provides a wave equation solver using finite differences. The solver includes documentation and examples to help users understand the method.