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 Method

Python code for solving the wave equation using the finite difference method. This repository includes a fully executable code example with explanations and visualizations.

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 detailed derivations and examples.

R
realpython.com
article

Solving the Wave Equation with Finite Differences

A step-by-step guide to solving the wave equation using the finite difference method in Python. This tutorial covers the basics of the finite difference method and provides a fully executable code example.

N
ncar.ucar.edu
research

Finite Difference Method for Wave Propagation

Research article on using the finite difference method for wave propagation modeling. This article discusses the application of the finite difference method to solve the wave equation in various fields.

C
codeproject.com
tool

Python Code for Finite Difference Method

Example Python code for implementing the finite difference method to solve the wave equation. This code example includes a simple implementation of the finite difference method and visualizations of the results.

M
mit.edu
official

Numerical Solution of the Wave Equation

Course notes on numerical methods for solving the wave equation, including the finite difference method. This resource includes detailed explanations and examples of the finite difference method.

Y
youtube.com
video

Finite Difference Method Tutorial

Video tutorial on the finite difference method for solving partial differential equations, including the wave equation. This tutorial covers the basics of the finite difference method and provides example code in Python.