MathGroup Archive 2006

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

Search the Archive

Re: Is it possible to "pre-evaluate" parts of pure function?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg70354] Re: Is it possible to "pre-evaluate" parts of pure function?
  • From: "Philpp" <piotr at bigpond.net.au>
  • Date: Sat, 14 Oct 2006 03:06:46 -0400 (EDT)
  • References: <egi22b$jd9$1@smc.vnet.net>

Thanks a lot for all answers (including emails). I suppose the correct
solution

SetOptions[f, MultiplierFunction -> (Evaluate[const #] &)]

escaped me due to my lack of understanding of the pure function (body)&
syntax. As Jon McLoone points out, "the Evaluate needs to be on the
argument of Function not around the outside of it"

Philipp


  • Prev by Date: Re: How do you open all cells?
  • Next by Date: How to solve this system of equations in Mathematica
  • Previous by thread: Re: Is it possible to "pre-evaluate" parts of pure function?
  • Next by thread: Re: Is it possible to "pre-evaluate" parts of pure function?