Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #15040
| From | Tomas Garza <tgarza10@msn.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: What is f[1]? Advanced question |
| Date | 2013-06-29 08:48 +0000 |
| Message-ID | <kqm704$hpb$1@smc.vnet.net> (permalink) |
| Organization | Time-Warner Telecom |
In[2]:= Array[x, 3]
Out[2]= {x[1], x[2], x[3]}
x is an array and is indexed with single brackets (cf. the Help browser).
-Tomas
> From: talmanl@gmail.com
> Subject: Re: What is f[1]? Advanced question
> To: mathgroup@smc.vnet.net
> Date: Fri, 28 Jun 2013 04:15:13 -0400
>
> On Tue, 25 Jun 2013 19:14:08 -0600, amannucci
> <Anthony.J.Mannucci@jpl.nasa.gov> wrote:
>
> > I have found a Mathematica program with the following construct:
> > x[1]=0.1
> > x[2]=0.2
> > x[3]=0.3
> > or
> > Do[x[i]=i/10.,{i,1,3}]
> > x is not a function. It is not a list. What is it? If I query x thus:
> > ?x
>
> x most certainly *is* a function. Its a function whose domain contains
> just the three numbers 1, 2, and 3.
>
> And it is *not* an array. Mathematica has lists, which it uses as arrays
> on occasion. An array, y, is indexed with double brackets: a[[1]],
> a[[2]], etc.
>
> --Louis A. Talman
> Department of Mathematical and Computer Sciences
> Metropolitan State University of Denver
>
> <http://rowdy.msudenver.edu/~talmanl>
Back to comp.soft-sys.math.mathematica | Previous | Next — Next in thread | Find similar
Re: What is f[1]? Advanced question Tomas Garza <tgarza10@msn.com> - 2013-06-29 08:48 +0000 Re: What is f[1]? Advanced question Helen Read <readhpr@gmail.com> - 2013-07-01 09:45 +0000
csiph-web