|
[Date Index]
[Thread Index]
[Author Index]
Re: [?] apply a function to members of a list
- To: mathgroup at smc.vnet.net
- Subject: [mg26894] Re: [?] apply a function to members of a list
- From: "9donco" <chindonco at iname.com>
- Date: Fri, 26 Jan 2001 23:29:42 -0500 (EST)
- References: <94gs7d$qvp@smc.vnet.net> <94m8gv$3m1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Thank you all very much Allan H., Laurent C., Borut L., Jens-Peer K. and
Paul L.
I tried your hints and it worked just as the way I want :o))
thanks again
9DonCo
"Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de> wrote in message
news:94m8gv$3m1 at smc.vnet.net...
> Hi,
>
> a very difficult question
>
:o))
> f /@ alist
>
>
> ????
>
> Regards
> Jens
>
> 9donco wrote:
> >
> > hi all,
> >
> > I have a list of arbitrary numbers eg. alist={1, 1.5, 7, 4, 3, 2001}
> > and a (user-define) function f[]
> >
> > Is there a quick way/operation to apply f to indiviual
> > elements in alist ? say, to produce:
> >
> > {f[1], f[1.5], f[7], f[4], f[3], f[2001]}
> >
> > Please help !
> > thank you in advance
> > 9DonCo
>
Prev by Date:
Re: Extracting the name of a variable
Next by Date:
Re: Napoleon
Previous by thread:
Re: [?] apply a function to members of a list
Next by thread:
Overriding Power
|