MathGroup Archive 2006

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

Search the Archive

Re: List Manipulation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg63507] Re: List Manipulation
  • From: "dkr" <dkrjeg at adelphia.net>
  • Date: Tue, 3 Jan 2006 01:25:53 -0500 (EST)
  • References: <dpb0t5$2j3$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

In[19]:=
list1={{a,b,c,d},{e,f,g,h}};
list2={{1},{2}};
In[21]:=
Flatten/@Thread[{list1,list2}]
Out[21]=
{{a,b,c,d,1},{e,f,g,h,2}}

dkr


  • Prev by Date: Re: Displaying decimals
  • Next by Date: Re: "Null" appearing in exported gif
  • Previous by thread: Re: List Manipulation
  • Next by thread: Re: List Manipulation