|
[Date Index]
[Thread Index]
[Author Index]
Re: delay evaluation inside RecurrencTable?
- To: mathgroup at smc.vnet.net
- Subject: [mg122523] Re: delay evaluation inside RecurrencTable?
- From: Alan <alan.isaac at gmail.com>
- Date: Mon, 31 Oct 2011 06:49:19 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <j8gms1$53k$1@smc.vnet.net> <j8j5fe$f7v$1@smc.vnet.net>
On Oct 30, 5:30 am, "Dr. Wolfgang Hintze" <w... at snafu.de> wrote:
> a[0] = 100; Table[a[k] = 0.8*a[k - 1] + RandomReal[{-1, 1}] , {k, 1,
> 20}]
>
> Each time you call the Table new random numbers are taken taken.
Now I am really puzzled. Why does Table behave as I want,
but not RecurrenceTable? Are both behaviors intentional?
Thanks,
Alan Isaac
Prev by Date:
Re: List plot with random size for each point
Next by Date:
Re: calculating points
Previous by thread:
Re: delay evaluation inside RecurrencTable?
Next by thread:
Color Slidder Bar Button & Panel Face
|