 
 
 
 
 
 
Re: To apply a function to a List
- To: mathgroup at smc.vnet.net
- Subject: [mg65639] Re: To apply a function to a List
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Tue, 11 Apr 2006 04:04:53 -0400 (EDT)
- Organization: Uni Leipzig
- References: <e1cusv$enp$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
f /@ {1, 2, 3}
Regards
  Jens
"Francisco Javier" <pacoga at ctv.es> schrieb im 
Newsbeitrag news:e1cusv$enp$1 at smc.vnet.net...
| Dear all,
|
| Let f, l be a function and a list respectively. 
How can we do
|
| Table[f[list[[n]]],{n,1, Length[list]}]
|
| in another way?
|
| Thanks.
|
| -- 
| ----
| Francisco Javier García Capitán
| http://garciacapitan.auna.com
| 

