Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 299 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 299 Bytes

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.