Simulation of an electromagnetic wave.

- Numpy:
python -m pip install numpy- matplotlib:
python -m pip install matplotlib- tqdm
python -m pip install tqdm- Choose e.g.
k = 0.07 #abs(wave vector)
omega = 0.2 #angular frequency = 2*pi/T
dt = 0.1 #time step
max = 100 #maximum length of axis
amp = 100 #(scaled) amplitude of the wavesand let the script to the rest
The python script em_wave.py has to be executed in the main directory like
python -m em_wave