Re: list manipulation
- To: mathgroup at smc.vnet.net
- Subject: [mg116363] Re: list manipulation
- From: Andrea <andrea.dellapatria at gmail.com>
- Date: Sat, 12 Feb 2011 05:17:40 -0500 (EST)
- References: <ij0e3h$98o$1@smc.vnet.net> <ij2v0q$7vj$1@smc.vnet.net>
On 11 Feb, 10:20, Peter Breitfeld <ph... at t-online.de> wrote: > Andrea wrote: > > 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 > > Try: > > Transpose[{list1,list2}] > > -- > _________________________________________________________________ > Peter Breitfeld, Bad Saulgau, Germany --http://www.pBreitfeld.de Thank you very much everybody! Sincerely, Andrea