MathGroup Archive 2011

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

Search the Archive

Apply or Map on some parts of lists - help

  • To: mathgroup at smc.vnet.net
  • Subject: [mg115584] Apply or Map on some parts of lists - help
  • From: dragec <culinovic at gmail.com>
  • Date: Sat, 15 Jan 2011 04:46:36 -0500 (EST)

Dear,
I have

List like:

{ {{TITLE1},{{x11,y11},{x12,y12},{x13,y13},{x14,y14}}},
  {{TITLE1},{{x21,y21},{x22,y22},{x23,y23},{x24,y24}}},
  {{TITLE1},{{x31,y31},{x32,y32},{x33,y33},{x34,y34}}}
}

So, I would like to apply some function (eg. #/3.6&) to all y's.
Is there any elegant way to do this.
I Know that you know how to do this. :)

THX


  • Prev by Date: Re: Inverse function
  • Next by Date: why need to check if inline doc is already defined?
  • Previous by thread: Re: NSolve unable to find all possible roots
  • Next by thread: Re: Apply or Map on some parts of lists - help