MathGroup Archive 1997

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

Search the Archive

Re: Combining Lists?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg8577] Re: [mg8572] Combining Lists?
  • From: "w.meeussen" <meeussen.vdmcc at vandemoortele.be>
  • Date: Sun, 7 Sep 1997 22:12:59 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

Elementary, my dear Watson,

Transpose[ { list1  ,  list2 }] does it.

wouter.


At 23:16 6-09-97 -0400, Alan Hunter wrote:
>I think this is a pretty easy question so I hope someone will be able
>to answer it, I just can't figure out how to do it.  If you have two
>lists, for example {1, 2, 3} and {4, 5, 6}.  Is there a command to
>combine them into a series of XY pairs like {{1, 4}, {2, 5}, {3, 6}}? 
>The book doesn't seem to have such a command, but I suspect one exists. 
>Thanks for any help you can provide.
>
>
>
>

Dr. Wouter L. J. MEEUSSEN
eu000949 at pophost.eunet.be
w.meeussen.vdmcc at vandemoortele.be



  • Prev by Date: RE: Combining Lists?
  • Next by Date: Re: Re: Q: Union and precision.
  • Previous by thread: RE: Combining Lists?
  • Next by thread: Re: Combining Lists?