2017-05-12
## Introduction This a a direct export from a jupyter notebook that I had for the study of discrete Fourier transfrom of Gaussian function. ```python import numpy as np import sympy as smp from …