Re: To apply a function to a List
- To: mathgroup at smc.vnet.net
- Subject: [mg65604] Re: To apply a function to a List
- From: bghiggins at ucdavis.edu
- Date: Tue, 11 Apr 2006 04:04:10 -0400 (EDT)
- References: <e1cusv$enp$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Francisco, Try the following a={a,b,c,d}; Thread[f[list]] {f[a],f[b],f[c],f[d]} Cheers, Brian