| 1 | initial version |
So, as you suggested, I added a numerical Definition for f_0, now I'm getting an error:
x,w,f_0,t = var("x,w,f_0,t")
f_0 = 1
w = 2*pi*f_0
x(t) = sin(w*t)
integrate(x*exp(-I*w*t),t, -oo, oo)
This is the actual result:
Traceback (click to the left of this block for traceback)
...
ValueError: Integral is divergent.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.