There seems to be a bug with improper integration:

integrate(cos(t)*exp(-x*t),t=-infinity..infinity)

gives

0

Substituting any number for x, or assuming x >= 0  (or x<=0) does give the correct result,

undefined

The problem also persists when assuming x>-1 (or x>-Maple_floats(MIN_FLOAT))


Please Wait...