|
[Date Index]
[Thread Index]
[Author Index]
Re: To apply a function to a List
- To: mathgroup at smc.vnet.net
- Subject: [mg65624] Re: [mg65597] To apply a function to a List
- From: "Zhengji Li" <zhengji.li at gmail.com>
- Date: Tue, 11 Apr 2006 04:04:41 -0400 (EDT)
- References: <200604100631.CAA14845@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
f /@ list,
which is equivalent with Map[f, list].
--
Li Zhengji
-------------------------------------------------------------
If all you have is a hammer, everything is a nail.
-------------------------------------------------------------
Prev by Date:
Re: To apply a function to a List
Next by Date:
Re: To apply a function to a List
Previous by thread:
To apply a function to a List
Next by thread:
Re: To apply a function to a List
|