|
[Date Index]
[Thread Index]
[Author Index]
Foldlist Question
- To: mathgroup at smc.vnet.net
- Subject: [mg31423] Foldlist Question
- From: "Coleman, Mark" <mark.coleman at dri-wefa.com>
- Date: Sat, 3 Nov 2001 05:29:35 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Greetings,
How can I use FoldList to find the values of the recurrence relationship
like
y[t] = a+b*y[t-1]+c*y[t-2]+d*y[t-3] + e*x1[t] + f*x2[t]
assuming y[0] = y0, y[1]=y1,y[2]=y2, and x1 and x2 are known?
Thanks,
-Mark
Prev by Date:
RE: how to be as efficient as Sort[list] when list is {{x1,y1},{x2,y2},...}
Next by Date:
Re: Aligning equal signs
Previous by thread:
Re: how to be as efficient as Sort[list] when list is {{x1,y1},{x2,y2},...}
Next by thread:
Re: Foldlist Question
|