Re: array generated
- To: mathgroup at smc.vnet.net
- Subject: [mg28907] Re: array generated
- From: "Allan Hayes" <hay at haystack.demon.co.uk>
- Date: Fri, 18 May 2001 01:13:09 -0400 (EDT)
- References: <9e02qv$30o@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Julian, For n points (n>=2): Table[i, {i, min,max, (max-min)/(n-1)] -- Allan --------------------- Allan Hayes Mathematica Training and Consulting Leicester UK www.haystack.demon.co.uk hay at haystack.demon.co.uk Voice: +44 (0)116 271 4198 Fax: +44 (0)870 164 0565 "Julian Sweet" <jsweet at engineering.ucsb.edu> wrote in message news:9e02qv$30o at smc.vnet.net... > Is there a command that will allow me to specify a start and > stop value, and the number of points i want generated? > > Table[i,{i,min,max,di}] requires that i specify the interval, di, and > surmise the resultant number of points from that interval. > > > e-mail response appreciated: jsweet at engineering.ucsb.edu >