MathGroup Archive 2009

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

Search the Archive

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



  • Prev by Date: Re: TimeZones
  • Next by Date: about Implication
  • Previous by thread: Re: Manipulating list
  • Next by thread: Re: Manipulating list