Bug in FourierTransform?
- To: mathgroup at smc.vnet.net
 - Subject: [mg122644] Bug in FourierTransform?
 - From: Rui <rui.rojo at gmail.com>
 - Date: Fri, 4 Nov 2011 06:01:30 -0500 (EST)
 - Delivered-to: l-mathgroup@mail-archive0.wolfram.com
 - Reply-to: comp.soft-sys.math.mathematica at googlegroups.com
 
Is there anything about Slot that I don't know that explains this behaviour? FourierTransform[Sin[t], t, #] Out= 0 Only by changing # to p I get the correct result FourierTransform[Sin[t], t, p] Out= (-I)*Pi*DiracDelta[1 - 2*p*Pi] + I*Pi*DiracDelta[1 + 2*p*Pi] It happens with Cos too, but not for imaginary exopnentials or other simpel functions like UnitBox Bug?
- Follow-Ups:
- Re: Bug in FourierTransform?
- From: Daniel Lichtblau <danl@wolfram.com>
 
 
 - Re: Bug in FourierTransform?