MathGroup Archive 2011

[Date Index] [Thread Index] [Author Index]

Search the Archive

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?



  • Prev by Date: bug in Mathematica?
  • Next by Date: Constraint evaluation in NMinimize
  • Previous by thread: Re: bug in Mathematica?
  • Next by thread: Re: Bug in FourierTransform?