MathGroup Archive 2008

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

Search the Archive

Help with Pure Functions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg89733] Help with Pure Functions
  • From: Meaghan <FreeCaptive6914 at gmail.com>
  • Date: Thu, 19 Jun 2008 05:43:35 -0400 (EDT)

Hi, I'm new to Mathematica and Pure Functions and I need some help
editing old code!

Here's the function:
curves = Apply[Plot[y[x, ##2], Evaluate[{x, 0, FindRoot[y2[x, ##5] ==
limit, {x, #1}]=E3=80=9A1, -1=E3=80=9B}]] &, exponents, {1}]

where "exponents" is a list as long as the number of files input, with
each list containing 10 values. Ex: {{1,2,3,4,5,6,7,8,9,10},
{1,2,3,4,5,6,7,8,9,10}} for two files.

What I want to do is change limit to a list containing individual
limit values for each file, i.e., limit={250,400}.  In pure function
notation, what would I put inside the brackets of limit[[ ]] to
accomplish this?

Thank you so much!


  • Prev by Date: Re: Will adding RAM help "No more memory available" error?
  • Next by Date: Re: Problem downloading from UK Wolfram site
  • Previous by thread: Re: Manipulate[] data input
  • Next by thread: Understanding an equation with multiple Summations