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

Solving the 2D Wave Equation using Finite Differences

This article provides a step-by-step guide on how to solve the 2D wave equation using finite differences in Python, utilizing the NumPy library for efficient numerical computations.

M
math.umd.edu
research

Numerical Solution of the 2D Wave Equation

This research paper presents a numerical solution to the 2D wave equation using finite differences, with a focus on stability and convergence analysis, and includes a Python implementation.

C
coursera.org
tool

Finite Difference Methods for the 2D Wave Equation

This online course covers finite difference methods for solving partial differential equations, including the 2D wave equation, with Python code examples and exercises.

G
github.io
tool

2D Wave Equation Solver using Finite Differences in Python

This open-source repository provides a Python implementation of a 2D wave equation solver using finite differences, with example use cases and documentation.

M
mit.edu
article

Numerical Methods for Solving the 2D Wave Equation

This lecture note from MIT covers numerical methods for solving the 2D wave equation, including finite differences, with a focus on theoretical foundations and practical applications.

Y
youtube.com
video

Solving the 2D Wave Equation with Finite Differences in Python

This video tutorial demonstrates how to solve the 2D wave equation using finite differences in Python, with a step-by-step explanation of the code and visualization of the results.

S
sciencedirect.com
research

Finite Difference Solution of the 2D Wave Equation

This journal article presents a finite difference solution to the 2D wave equation, with a focus on numerical stability and accuracy, and includes a comparison with other numerical methods.

C
codeproject.com
official

Python Code for Solving the 2D Wave Equation using Finite Differences

This code project provides a Python implementation of a 2D wave equation solver using finite differences, with example use cases and documentation, and is suitable for educational and research purposes.