waves
Mathematical Programming with Python
https://people.sc.fsu.edu/~jburkardt/classes/...
python_2025/waves/waves.html


waves: we consider the wave equation, a partial differential equation in 1 or 2 space dimensions and time. For simplicity, we use periodic or zero boundary conditions. We also try to make animations of the 1D and 2D problems.

The wave equation has the form

      d^2 u     d^2 u
      ----- = c -----
      dt^2      dx^2
where c represents the wave speed.

Lecture notes:

1D wave equation


Last revised on 01 April 2025.