MathGroup Archive 2006

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

Search the Archive

Re: building a list containing elements f(i,j)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg71102] Re: building a list containing elements f(i,j)
  • From: "curver" <do_it_78 at hotmail.com>
  • Date: Wed, 8 Nov 2006 06:08:30 -0500 (EST)
  • References: <eimr3e$dhv$1@smc.vnet.net>

Flatten[Table[f[i,j],{i,1,n},{j,1,m}]]


  • Prev by Date: Re: really simple question
  • Next by Date: Re: Trigonometric solve
  • Previous by thread: Re: building a list containing elements f(i,j)
  • Next by thread: Re: building a list containing elements f(i,j)