|
[Date Index]
[Thread Index]
[Author Index]
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]
Prev by Date:
Print on Paper
Next by Date:
Re: bug in series expansion routines.
Previous by thread:
Re: Print on Paper
Next by thread:
Re: filling in an array
|