Re: FourierTransform problem
- To: mathgroup at smc.vnet.net
- Subject: [mg35121] Re: FourierTransform problem
- From: "Bill Bertram" <wkb at ansto.gov.au>
- Date: Tue, 25 Jun 2002 03:42:37 -0400 (EDT)
- Organization: Australian Nuclear Science and Technology Organisation
- References: <af6hts$ll4$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
"David Turner" <dturner at faulkner.edu> wrote in message news:af6hts$ll4$1 at smc.vnet.net... > Hello, > > I am using Mathematica for Students 3.0.1 with Windows 98. When I execute > the following code, I get the error messages below: > > In[1]:= > <<Calculus`FourierTransform` > > In[2]:= > Clear[fx, fw, a] > > In[3]:= > a:=1 Try a = 1 instead of a := 1 Bill