8 results ·
AI-generated index
Finite Difference Methods for Wave Equations
This article discusses the finite difference method for solving wave equations, including a Python implementation. It covers the basics of the finite difference method and its application to the wave equation.
Wave Equation Simulation using Finite Difference Method in Python
A Python code repository for simulating the wave equation using the finite difference method. The code includes examples and visualizations of the simulation results.
Numerical Solution of the Wave Equation using Finite Differences
A lecture note from Stanford University on numerical methods for solving the wave equation, including the finite difference method. It provides a detailed explanation of the method and its implementation in Python.
S
science_direct.com
research
Finite Difference Simulation of Wave Propagation
A research article on the finite difference simulation of wave propagation in various media. The article discusses the application of the finite difference method to the wave equation and its implementation in Python.
Python Code for Wave Equation Simulation using Finite Difference
A Python code example for simulating the wave equation using the finite difference method. The code includes a detailed explanation of the implementation and example use cases.
Finite Difference Methods for Wave Equations - Video Lecture
A video lecture on finite difference methods for wave equations, including a Python implementation. The lecture covers the basics of the finite difference method and its application to the wave equation.
Wave Equation Solver using Finite Difference Method
A Python package for solving the wave equation using the finite difference method. The package includes a detailed documentation and example use cases.
Finite Difference Simulation of Wave Equations - Official Documentation
The official documentation of the NumPy library, including an example of finite difference simulation of wave equations using Python. The documentation provides a detailed explanation of the implementation and example use cases.