MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Generate #s

  • To: mathgroup at smc.vnet.net
  • Subject: [mg111026] Re: Generate #s
  • From: David Bailey <dave at removedbailey.co.uk>
  • Date: Sat, 17 Jul 2010 08:16:56 -0400 (EDT)
  • References: <i1pe44$1d$1@smc.vnet.net>

On 16/07/10 12:00, Bob Hanlon wrote:
> data = Array[x, 10]
>
> {x(1),x(2),x(3),x(4),x(5),x(6),x(7),x(8),x(9),x(10)}
>
>

I guess you typed that in rather than generating it with Mathematica :)


In[2]:= data = Array[x, 10]

Out[2]= {x[1], x[2], x[3], x[4], x[5], x[6], x[7], x[8], x[9], x[10]}

David Bailey

http://www.dbaileyconsultancy.co.uk


  • Prev by Date: Show left hand side
  • Next by Date: Re: Primitive Disk Gradient Fills in Graphics
  • Previous by thread: Re: Generate #s
  • Next by thread: Re: Generate #s