filling in an array
- To: mathgroup at smc.vnet.net
- Subject: [mg55347] filling in an array
- From: "dumb_founded" <andreajagger_8 at hotmail.com>
- Date: Sat, 19 Mar 2005 04:47:07 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
How can I input values into an array most efficiently? I tried the code below, but it doesn't work. The kernel starts working through the loop and never gets out. Array[b, 10]; For[i = 1, i = 10, b[i] = i/10]
- Follow-Ups:
- Re: filling in an array
- From: DrBob <drbob@bigfoot.com>
- Re: filling in an array