MathGroup Archive 2002

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

Search the Archive

Re: Re: Slow iteration in a functional program

  • To: mathgroup at smc.vnet.net
  • Subject: [mg35669] Re: [mg35642] Re: Slow iteration in a functional program
  • From: Matthew Rosen <mrosen at cfa.harvard.edu>
  • Date: Thu, 25 Jul 2002 04:46:01 -0400 (EDT)
  • References: <ahj0ea$gp9$1@smc.vnet.net> <200207240606.CAA28666@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Thanks to everyone on and off the list! The simple switch to the paradigm 
described in the Mathematica book section 2.4.9 (Dynamic programming) 
allows the entire code to run in about 10 seconds. I'm going to use a 
Do-loop construct to try and speed it up further.

Thanks again!

-Matt

---
Matthew Rosen
Harvard-Smithsonian Center for Astrophysics
Mail Stop 59
60 Garden Street
Cambridge, MA 02138

e: mrosen at cfa.harvard.edu
o: (617) 496-7614


  • Prev by Date: Re: Beginners Question - Series list problem
  • Next by Date: Installing package "SpreadOption`"
  • Previous by thread: Re: Slow iteration in a functional program
  • Next by thread: RE: Slow iteration in a functional program