8 results · AI-generated index
T
towardsdatascience.com
article

Solving the 2D Wave Equation using Finite Difference Method with NumPy and SciPy

This article demonstrates how to solve the 2D wave equation using the finite difference method with NumPy and SciPy, providing a step-by-step guide and example code.

M
math.umd.edu
research

Finite Difference Methods for Solving Partial Differential Equations

This educational resource from the University of Maryland provides an in-depth introduction to finite difference methods for solving partial differential equations, including the 2D wave equation, using Python with NumPy and SciPy.

G
github.com
tool

2D Wave Equation Solver using Finite Difference Method

This open-source repository on GitHub provides a Python implementation of a 2D wave equation solver using the finite difference method with NumPy and SciPy, including example usage and documentation.

S
scicomp.stackexchange.com
article

Numerical Solution of the 2D Wave Equation using Finite Differences

This Q&A thread on the Computational Science Stack Exchange discusses the numerical solution of the 2D wave equation using finite differences, with answers providing example code and explanations using NumPy and SciPy.

Y
youtube.com
video

Finite Difference Method for 2D Wave Equation

This video lecture on YouTube explains the finite difference method for solving the 2D wave equation, providing a step-by-step derivation and example implementation using Python with NumPy and SciPy.

D
docs.scipy.org
official

SciPy Documentation: scipy.linalg.solve

The official SciPy documentation provides an explanation of the scipy.linalg.solve function, which can be used to solve systems of linear equations arising from finite difference discretizations of partial differential equations like the 2D wave equation.

C
cornell.edu
research

Numerical Methods for Partial Differential Equations

This course website from Cornell University provides lecture notes and assignments on numerical methods for partial differential equations, including the finite difference method for the 2D wave equation, with examples using Python and NumPy.

P
pypi.org
tool

2D Wave Equation Solver with Finite Differences and NumPy

This package on the Python Package Index provides a simple implementation of a 2D wave equation solver using finite differences with NumPy, allowing users to easily install and use the solver in their own projects.