FoourierTransform of a function defined in sections
- To: mathgroup at smc.vnet.net
- Subject: [mg70176] FoourierTransform of a function defined in sections
- From: "Eckhard Schlemm" <e.schlemm at hotmail.de>
- Date: Fri, 6 Oct 2006 01:59:17 -0400 (EDT)
Hello, I want Mathematica to calculate the FourierTransform of a function which is defined by Sin[x]^2 for Abs[x]<PI and zero else. I tried and defined the function g as follows: g[x_]:=If[Abs[x]>PI,0,Sin[x]^2]; That works fine. But if I have mathematica try to determine the FourierTransform by FourierTransform[g[x],x,p] I always get the error that the recursion limit and the iteration limit were exceeded... what am I'm doing wrong? Any help is appreciated thanks Eckhard -- _________________________ Ludwig Schlemm LudwigSchlemm at hotmail.com
- Follow-Ups:
- Re: FoourierTransform of a function defined in sections
- From: Daniel Lichtblau <danl@wolfram.com>
- Re: FoourierTransform of a function defined in sections
- From: Sseziwa Mukasa <mukasa@jeol.com>
- Re: FoourierTransform of a function defined in sections