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

Finite Difference Method in NumPy

Example code for solving the 1D wave equation using the finite difference method in NumPy, demonstrating how to discretize the spatial and temporal derivatives.

G
github.io
tool

Time Domain Finite Difference Method for Wave Propagation

A Python implementation of the time domain finite difference method using NumPy for simulating wave propagation in various media, including code examples and visualizations.

M
mit.edu
article

Numerical Solution of Partial Differential Equations

Lecture notes on numerical methods for solving PDEs, including the finite difference method, with example code in NumPy and MATLAB for solving the heat equation and wave equation.

S
springer.com
research

Finite Difference Methods for Time-Dependent Problems

Book chapter on finite difference methods for solving time-dependent problems, including the use of NumPy for implementing the finite difference method in Python.

Y
youtube.com
video

Solving the Wave Equation using Finite Differences

Video tutorial on solving the wave equation using the finite difference method, including example code in NumPy and a step-by-step explanation of the implementation.

S
scipy.org
tool

Finite Difference Method for Solving PDEs

Documentation on using SciPy and NumPy for solving partial differential equations using the finite difference method, including example code and tutorials.

H
hindawi.com
research

Time Domain Analysis using Finite Difference Method

Research article on using the finite difference method for time domain analysis of wave propagation in complex media, including numerical examples and comparisons with analytical solutions.

U
ucsd.edu
article

NumPy and SciPy for Scientific Computing

Course notes on using NumPy and SciPy for scientific computing, including a section on finite difference methods for solving PDEs, with example code and exercises.