MathGroup Archive 2006

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

Search the Archive

building a list containing elements f(i,j)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg71045] building a list containing elements f(i,j)
  • From: "xarnaudx at gmail.com" <xarnaudx at gmail.com>
  • Date: Mon, 6 Nov 2006 02:52:54 -0500 (EST)

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


  • Prev by Date: Possible simple bug in NMaximize
  • Next by Date: really simple question
  • Previous by thread: Re: Possible simple bug in NMaximize
  • Next by thread: Re: building a list containing elements f(i,j)