8 results · AI-generated index
R
realpython.com
article

Solving the 2D Wave Equation using Finite Difference Method in Python

This tutorial provides a step-by-step guide on how to solve the 2D wave equation using the finite difference method in Python. It covers the basics of the finite difference method and provides example code to get you started.

M
mit.edu
research

Finite Difference Methods for Solving Partial Differential Equations

This online course from MIT covers the basics of finite difference methods for solving partial differential equations, including the 2D wave equation. It includes lecture notes, assignments, and solutions in Python.

G
github.io
tool

Python Code for 2D Wave Equation using Finite Difference Method

This GitHub repository provides a Python implementation of the finite difference method for solving the 2D wave equation. It includes example code, documentation, and test cases to help you get started.

S
sciencedirect.com
research

Numerical Solution of the 2D Wave Equation using Finite Difference Method

This research article from ScienceDirect presents a numerical solution of the 2D wave equation using the finite difference method. It includes a Python implementation and discusses the accuracy and stability of the method.

C
coursera.org
video

Introduction to Finite Difference Methods for PDEs

This online course from Coursera covers the basics of finite difference methods for solving partial differential equations, including the 2D wave equation. It includes video lectures, assignments, and quizzes to help you learn.

P
pypi.org
tool

2D Wave Equation Solver using Finite Difference Method

This Python package from PyPI provides a solver for the 2D wave equation using the finite difference method. It includes documentation, example code, and installation instructions to help you get started.

N
nasa.gov
official

Finite Difference Methods for Wave Propagation Problems

This technical report from NASA covers the application of finite difference methods to wave propagation problems, including the 2D wave equation. It includes a Python implementation and discusses the accuracy and stability of the method.

T
towardsdatascience.com
article

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

This tutorial from Towards Data Science provides a step-by-step guide on how to solve the 2D wave equation using the finite difference method with NumPy and Matplotlib. It includes example code and visualizations to help you understand the solution.