Nested For Loops
- To: mathgroup at smc.vnet.net
- Subject: [mg15699] Nested For Loops
- From: aranisin at scf-fs.usc.edu (aranisin)
- Date: Mon, 1 Feb 1999 14:54:17 -0500 (EST)
- Organization: University of Southern California, Los Angeles, CA
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
I am wondering how to write a nested iterative loop in Mathematica.
I want the equivalent of:
For [t=r1; t<r2, t=r1+step,
For [z =r3; z< r4, z=r3+step1,
Do something here
]
]
Thanks for your help.
-Arani
- Follow-Ups:
- Re: Nested For Loops
- From: Jurgen Tischer <jtischer@col2.telecom.com.co>
- Re: Nested For Loops