Re: Evaluating expressions in pure functions
- To: mathgroup at smc.vnet.net
- Subject: [mg28458] Re: Evaluating expressions in pure functions
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Fri, 20 Apr 2001 04:24:10 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <9bm576$j3j@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, ff = Evaluate[Exp[2*3*#]] & Regards Jens Max Ulbrich wrote: > > Hi, > > I have the following problem: > I have a pure function with a product of numbers in it. > Mathematica doesn't evaluate the product: > > Exp[2*3*#]& > > I just want to get > > Exp[6*#]& > > How can I make Mathematica do this? > Thanks, > > Max