Particular structure
- To: mathgroup at smc.vnet.net
- Subject: [mg33545] Particular structure
- From: Yas <yast at optushome.com.au>
- Date: Fri, 29 Mar 2002 06:13:54 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
G'day,
How do I go about achieving the structured list below,
{f[x1, y1, z], ... , f[xn, y1, z]}
followed by some operation on the above list (e.g Fold), store the
result and then, do the same again for other y values, as in,
{f[x1, ym, z], ... , f[xn, ym, z]}
until the last value of ym.
In summary, the n values of x get slotted in first for one value of y
then the resulting list is evaluated, the answer stored, values of x get
slotted in again, y is incremented and so forth until all (m) values of
y have been done.
Thanks
Yas