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: [mg65631] Re: [mg65597] To apply a function to a List
  • From: bsyehuda at gmail.com
  • Date: Tue, 11 Apr 2006 04:04:46 -0400 (EDT)
  • References: <200604100631.CAA14845@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

You should read on Map is the help (and on functional programming in general
in the Mathematica book)
Map[f,l]
or
f/@l
will do that
yehuda

On 4/10/06, Francisco Javier <pacoga at ctv.es> wrote:
>
> 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 Garcia Capitin
> http://garciacapitan.auna.com
>


  • Prev by Date: Re: To apply a function to a List
  • Next by Date: Flatten and BlockProcessing
  • Previous by thread: Re: To apply a function to a List
  • Next by thread: Re: To apply a function to a List