Re: list manipulation
- To: mathgroup at smc.vnet.net
- Subject: [mg116324] Re: list manipulation
- From: Tomas Garza <tgarza10 at msn.com>
- Date: Fri, 11 Feb 2011 04:14:06 -0500 (EST)
Try list3 = MapThread[List, {list1, list2}] -Tomas > Date: Thu, 10 Feb 2011 05:19:50 -0500 > From: andrea.dellapatria at gmail.com > Subject: [mg116285] list manipulation > To: mathgroup at smc.vnet.net > > hello, I need help about the following question: > > I have two N-dimensional lists: > > list1={x1,x2,...,xN} list2={y1,y2,...,yN} > > How to create the N-dimrnsional list: list3={{x1,y1},{x2,y2},..., > {xN,yN}} ? > > I've tried so hard but I didn't work it out! > > Tanks in advance for your support > > Andrea >