Re: how to compact many maps?
- To: mathgroup at smc.vnet.net
- Subject: [mg70818] Re: how to compact many maps?
- From: Arkadiusz.Majka at gmail.com
- Date: Sat, 28 Oct 2006 05:22:04 -0400 (EDT)
- References: <ehplcu$j9g$1@smc.vnet.net>
Thank you all for your hints! Of course, the replacement rule....!
Have a beautiful weekend!
A.
Arkadiusz.Majka at gmail.com napisal(a):
> Hi,
>
> For table of the following structure
>
> tab=Table[{Random[],Random[]},{10},{5}]
>
> I want to apply function f to the second argument of list.
>
> I did:
>
> (MapAt[f, #, 2] & /@ #) & /@ tab
>
> How can I do it in a simpler, more compact way?
>
> Thanks,
>
> Arek