description:
propagate[k] ket
propagate[k, dx] ket
implement a cosine propagate function
if dx is not specified, it defaults to 1
k is the frequency of the wave
the algorithm:
cos(2*Pi*k * ED(X, X + dx))
examples:
-- 1D version:
-- 2D version:
see also: