Re: Help with map /@
- To: mathgroup at smc.vnet.net
- Subject: [mg128608] Re: Help with map /@
- From: Alexei Boulbitch <Alexei.Boulbitch at iee.lu>
- Date: Thu, 8 Nov 2012 19:02:10 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
Dear All
I have a this expression:
Ex= T1[x]+T2[y]+T3[z];
I want to integrate the first term with respect to x, the second w.r.t y and the third with respect to z and then sum them all. I want to use the map function (/@) or similar to do that for me automatically. Your help is really appreciated.
HMQ
Hi, Hussain,
Try this:
expr = T1[x] + T2[y] + T3[z];
Map[Integrate[#, #[[1]]] &, expr]
\[Integral]T1[x] \[DifferentialD]x + \[Integral]T2[
y] \[DifferentialD]y + \[Integral]T3[z] \[DifferentialD]z
Have fun, Alexei
Alexei BOULBITCH, Dr., habil.
IEE S.A.
ZAE Weiergewan,
11, rue Edmond Reuter,
L-5326 Contern, LUXEMBOURG
Office phone : +352-2454-2566
Office fax: +352-2454-3566
mobile phone: +49 151 52 40 66 44
e-mail: alexei.boulbitch at iee.lu