MathGroup Archive 2006

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

Search the Archive

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


  • Prev by Date: Re: To apply a function to a List
  • Next by Date: Re: GridBox coming back unevaluated
  • Previous by thread: Re: To apply a function to a List
  • Next by thread: Re: To apply a function to a List