Re: building a list containing elements f(i,j)
- To: mathgroup at smc.vnet.net
- Subject: [mg71068] Re: building a list containing elements f(i,j)
- From: Roland Franzius <roland.franzius at uos.de>
- Date: Wed, 8 Nov 2006 06:02:53 -0500 (EST)
- Organization: Universitaet Hannover
- References: <eimr3e$dhv$1@smc.vnet.net>
xarnaudx at gmail.com schrieb: > hi, > i want to construct a list of the form: > { f[1,1], ... f[n,m] } > So the list contains elements of the form f[i,j] with i ranging from 0 > to n, and j from 0 to somebound[i]. > > What would be the most elegant way to this? > thanks > Array[f, {3, 8}, {0, 0}] -- Roland Franzius