MathGroup Archive 2004

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

Search the Archive

Table Iterators

  • To: mathgroup at smc.vnet.net
  • Subject: [mg52618] Table Iterators
  • From: Gregory Lypny <gregory.lypny at videotron.ca>
  • Date: Sat, 4 Dec 2004 04:07:57 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hello Everyone,

I need to create many tables, all with the same iterators {i, iMin, 
iMax, di}, {j, jMin, jMax, dj}.  I'd like to be able to set the 
iterators outside of the Table function so that I can change them and 
have all of the tables change accordingly.

I've tried

rowDim:= {i, iMin, iMax, di} and colDim:={j, jMin, jMax, dj} inside of 
Table[stuff,rowDim,colDim]

but this generates an iterator error.

Any suggestions would be most appreciated.

	Greg


  • Prev by Date: plot with masked values
  • Next by Date: Re: .WAV file headers
  • Previous by thread: plot with masked values
  • Next by thread: Re: Table Iterators