Larissa-Rocha / wave-equation-numeric-solution

Numeric solution for the wave equation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wave-equation-numeric-solution

Numerical solution for the wave equation. The following codes solve the 1D wave equation: u_t + u_x = 0, 0 < x < L. Which is submitted to the initial condition: u(x,0) = sin(2pin*x/L), and to periodic boundary conditions. Some finite difference schemes were used.

About

Numeric solution for the wave equation


Languages

Language:MATLAB 100.0%