MathGroup Archive 2011

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

Search the Archive

Re: list manipulation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg116318] Re: list manipulation
  • From: Murray Eisenberg <murray at math.umass.edu>
  • Date: Fri, 11 Feb 2011 04:13:01 -0500 (EST)

Transpose[{list1, list2}]

On 2/10/2011 5:19 AM, 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
>

-- 
Murray Eisenberg                     murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower      phone 413 549-1020 (H)
University of Massachusetts                413 545-2859 (W)
710 North Pleasant Street            fax   413 545-1801
Amherst, MA 01003-9305


  • Prev by Date: changing variable in an equation
  • Next by Date: two questions - Mathematica's statistical capacities
  • Previous by thread: Re: list manipulation
  • Next by thread: Re: list manipulation