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.io
tool

Wave Equation Solver using Finite Difference

A Python implementation of the finite difference method for solving the wave equation. This repository includes example code and documentation for the solver.

S
stanford.edu
research

Finite Difference Methods for Partial Differential Equations

Lecture notes on finite difference methods for solving partial differential equations, including the wave equation. This resource includes example Python code and mathematical derivations.

R
realpython.com
article

Solving the Wave Equation with Finite Differences

A tutorial on solving the wave equation using the finite difference method in Python. This article includes example code, explanations of the mathematical concepts, and visualizations of the results.

P
pypi.org
tool

Wave Equation Solver

A Python package for solving the wave equation using the finite difference method. This package includes documentation, example code, and installation instructions.

M
mit.edu
research

Finite Difference Method for Wave Propagation

A course notes on finite difference methods for wave propagation, including the wave equation. This resource includes example Python code, mathematical derivations, and applications to real-world problems.

S
sciencedirect.com
research

Numerical Solution of the Wave Equation

A research article on numerical methods for solving the wave equation, including the finite difference method. This article includes example Python code, numerical results, and discussions of the advantages and limitations of the method.

C
codesdope.io
video

Python Code for Wave Equation Solver

A coding tutorial on solving the wave equation using the finite difference method in Python. This resource includes example code, explanations of the mathematical concepts, and step-by-step instructions for implementing the solver.