MathGroup Archive 2011

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

Search the Archive

Re: delay evaluation inside RecurrencTable?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg122548] Re: delay evaluation inside RecurrencTable?
  • From: Alan <alan.isaac at gmail.com>
  • Date: Mon, 31 Oct 2011 06:53:50 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <201110291107.HAA05177@smc.vnet.net> <j8j521$f0b$1@smc.vnet.net>

On Oct 30, 5:23 am, DrMajorBob <btre... at austin.rr.com> wrote:
> rr := RandomReal[{-1, 1}];
> RecurrenceTable[{a[n] == 0.8*a[n - 1] + rr, a[0] == 100}, a, {n, 1,
>    20}]


That was the first workaround that I tried, but it
does NOT work: it still gives a single evaluation.

Thanks,
Alan Isaac




  • Prev by Date: Re: Plotting stacked lineplots
  • Previous by thread: Re: delay evaluation inside RecurrencTable?
  • Next by thread: Re: delay evaluation inside RecurrencTable?