MathGroup Archive 2006

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

Search the Archive

List Manipulation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg63478] List Manipulation
  • From: "LectorZ" <lectorz at mail.ru>
  • Date: Mon, 2 Jan 2006 05:49:11 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi guys,

One simple question to list manipulation.

I have 2 lists

list1 = {{a,b,c,d},{e,f,g,h}}
list2 = {{1},{2}}

Which function(s) should I use to get

list3 = {{a,b,c,d,1},{e,f,g,h,2}}

Thanx in advance

LZ


  • Prev by Date: Thank you all!!
  • Next by Date: Re: NIntegrate and Sequence
  • Previous by thread: Thank you all!!
  • Next by thread: Re: List Manipulation