MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Help with map /@

  • To: mathgroup at smc.vnet.net
  • Subject: [mg128603] Re: Help with map /@
  • From: "Dave Snead" <dsnead6 at charter.net>
  • Date: Thu, 8 Nov 2012 19:00:30 -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
  • References: <20121107055615.6E1DC684C@smc.vnet.net>

Use

Ex= T1[x]+T2[y]+T3[z];
Integrate[#, #[[1]]] & /@ Ex

Cheers,
Dave Snead

-----Original Message----- 
From: KFUPM
Sent: Tuesday, November 06, 2012 9:56 PM
To: mathgroup at smc.vnet.net
Subject: [mg128603] Help with map /@

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





  • Prev by Date: Re: FindFit::nrlnum Error Message
  • Next by Date: Implicit Times
  • Previous by thread: Re: Help with map /@
  • Next by thread: Re: Help with map /@