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 solve the wave equation using finite differences in Python with NumPy.

G
github.io
tool

Solving the Wave Equation using Finite Differences

A step-by-step guide to implementing the finite difference method for solving the wave equation in Python. Includes code examples and explanations of the mathematical background.

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 of the method in Python and provide examples of its application.

P
pypi.org
tool

Wave Equation Solver using Finite Differences

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

S
stanford.edu
article

Finite Difference Methods for Solving Wave Equations

Lecture notes from a course on numerical methods for solving partial differential equations, including the wave equation. The notes cover the finite difference method and its implementation in Python.

Y
youtube.com
video

Solving Wave Equations with Finite Differences

A video tutorial on solving wave equations using finite differences in Python. The video covers the basics of the finite difference method and provides examples of its application.

M
mit.edu
official

Numerical Methods for Wave Equations

A course on numerical methods for solving wave equations, including the finite difference method. The course includes lectures, assignments, and projects in Python.

S
scipy.org
article

Finite Difference Solution of Wave Equation

An example of how to solve the wave equation using finite differences with SciPy. The example includes code and explanations of the mathematical background.