An open API service indexing awesome lists of open source software.

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

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
[![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=mathworks/Simple-Wave-Equation-solver)

To view this file on File Exchange, please click
[![View Simple Wave Equation solver on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://jp.mathworks.com/matlabcentral/fileexchange/59915-simple-wave-equation-solver)

## 1D case

See [Simple1DWaveEquation.md](./Simple1DWaveEquation.md) or click
[![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=mathworks/Simple-Wave-Equation-solver&file=/Simple1DWaveEquation.mlx) to open the livescript in MATLAB Online.

image_0.gif

## 2D case

See [Simple2DWaveEquation.md](./Simple2DWaveEquation.md) or click
[![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=mathworks/Simple-Wave-Equation-solver&file=/Simple2DWaveEquation.mlx) to open the livescript in MATLAB Online.

image_0.gif

Copyright 2015-2023 The MathWorks, Inc.