Evaluating expressions in pure functions
- To: mathgroup at smc.vnet.net
- Subject: [mg28453] Evaluating expressions in pure functions
- From: Max Ulbrich <ulbrich at biochem.mpg.de>
- Date: Thu, 19 Apr 2001 03:26:43 -0400 (EDT)
- Organization: Rechenzentrum der Max-Planck-Gesellschaft in Garching
- Sender: owner-wri-mathgroup at wolfram.com
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
- Follow-Ups:
- Re: Evaluating expressions in pure functions
- From: Jacqueline Zizi <jazi@club-internet.fr>
- Re: Evaluating expressions in pure functions
- From: Ralph Benzinger <mma-l@endlos.org>
- Re: Evaluating expressions in pure functions