Re: Manipulating list
- To: mathgroup at smc.vnet.net
- Subject: [mg101531] Re: Manipulating list
- From: ADL <alberto.dilullo at tiscali.it>
- Date: Thu, 9 Jul 2009 01:58:45 -0400 (EDT)
- References: <h31utf$c2a$1@smc.vnet.net>
There are probably one thousand solutions. One of them is:
MapThread[Prepend[#2, Last[#1]] &, {list1, list2}]
ADL
On Jul 8, 1:11 pm, kosal lee <leeko... at yahoo.com> wrote:
> Hello Mathematica users
...
> Kosal