First time here? Check out the FAQ!
answered 2011-10-19 05:38:13 +0100
I would probably do it like this:
C = -I*sqrt(pi)*x*e^(-1/4*x^2) f=fast_callable(abs(C),vars=[x],domain=CC) plot(f, (-10,10))