MathGroup Archive 2003

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

Search the Archive

Re: Simple recursion problem: there must be a simple answer!

  • To: mathgroup at smc.vnet.net
  • Subject: [mg42685] Re: Simple recursion problem: there must be a simple answer!
  • From: Oliver Gronau <ogronau at web.de>
  • Date: Sun, 20 Jul 2003 06:21:05 -0400 (EDT)
  • References: <bfas59$gnv$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hello!

> For[i = 1, 1 < 10, i++, p[[i + 1]] = freqP[p[[i]]]]
             ^^^^^^^^

If you really did this, this statement could run for a long time ;-)

	Ciao
		Olli


  • Prev by Date: Re: Usage of tex
  • Next by Date: Fonts in Mathematica 5.0.0
  • Previous by thread: Re: Simple recursion problem: there must be a simple answer!
  • Next by thread: Re: Simple recursion problem: there must be a simple answer!