As an exercise, I am trying to solve the 2nd-order wave equation:
$$ \frac {\partial ^2 E}{\partial t^2} = c^2 \frac {\partial ^2 E}{\partial z^2} $$
Over a domain of (in SI units):
## z = [0,L=5]##m, ##t = [0,t_{max} = 5]##s, ##c = 1## m/s
and boundary/initial conditions:
## E(z[0]=0,t) =...