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
- Follow-Ups:
- Re: Table Iterators
- From: DrBob <drbob@bigfoot.com>
- Re: Table Iterators