8 results · AI-generated index
S
scipy.org
article

Solving the Wave Equation with Boundary Conditions in Python

This tutorial demonstrates how to use SciPy to solve the wave equation with boundary conditions in Python, including an example code snippet.

M
mit.edu
research

Numerical Solution of the Wave Equation

MIT OpenCourseWare provides a detailed lecture note on the numerical solution of the wave equation, including boundary conditions, using the finite difference method in Python.

G
github.io
tool

Wave Equation Solver with Boundary Conditions

A Python library for solving the wave equation with boundary conditions, using the finite element method, with example usage and documentation.

N
numpy.org
official

Finite Difference Method for Wave Equation with Boundary Conditions

NumPy provides an example code for solving the wave equation using the finite difference method with boundary conditions in Python.

Y
youtube.com
video

Solving Wave Equations with Boundary Conditions using Python

A video tutorial on solving wave equations with boundary conditions using Python, covering the theory and implementation of the finite difference method.

S
springer.com
article

Numerical Methods for Solving Wave Equations

A book chapter on numerical methods for solving wave equations, including the finite difference and finite element methods, with example Python code.

A
arxiv.org
research

Wave Equation with Boundary Conditions: A Python Implementation

A research paper on a Python implementation of the wave equation with boundary conditions, using the finite difference method, with example results and discussion.

U
ucsd.edu
news

Boundary Value Problems for Wave Equations in Python

UC San Diego provides a course note on boundary value problems for wave equations, including a Python implementation of the finite difference method with boundary conditions.