https://github.com/mathworks/simple-wave-equation-solver
An example of solving a wave equation using finite difference
https://github.com/mathworks/simple-wave-equation-solver
Last synced: 4 months ago
JSON representation
An example of solving a wave equation using finite difference
- Host: GitHub
- URL: https://github.com/mathworks/simple-wave-equation-solver
- Owner: mathworks
- License: other
- Created: 2019-12-06T06:50:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-29T10:50:55.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T11:11:33.930Z (6 months ago)
- Size: 73.3 MB
- Stars: 18
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# Finite differences for the wave equation
This repo provides an example implementation of a simple numerical schemes for the 1D and 2D wave equation.
To open the repo in MATLAB Online, please click
[](https://matlab.mathworks.com/open/github/v1?repo=mathworks/Simple-Wave-Equation-solver)To view this file on File Exchange, please click
[](https://jp.mathworks.com/matlabcentral/fileexchange/59915-simple-wave-equation-solver)## 1D case
See [Simple1DWaveEquation.md](./Simple1DWaveEquation.md) or click
[](https://matlab.mathworks.com/open/github/v1?repo=mathworks/Simple-Wave-Equation-solver&file=/Simple1DWaveEquation.mlx) to open the livescript in MATLAB Online.
## 2D case
See [Simple2DWaveEquation.md](./Simple2DWaveEquation.md) or click
[](https://matlab.mathworks.com/open/github/v1?repo=mathworks/Simple-Wave-Equation-solver&file=/Simple2DWaveEquation.mlx) to open the livescript in MATLAB Online.
Copyright 2015-2023 The MathWorks, Inc.