Re: Ordered Pairs
- To: mathgroup at smc.vnet.net
- Subject: [mg7472] Re: [mg7427] Ordered Pairs
- From: Richard Finley <trfin at fiona.umsmed.edu>
- Date: Thu, 5 Jun 1997 01:35:59 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Joshua, This is another way of doing what you wish, although less transparent than the first way I sent you: Thread[ { #1, #2 } & [ Range[200, Length[ list ]], list ] ] In this way, you can replace 200 with any starting point. RF > > >At 03:08 PM 5/31/97 -0400, you wrote: >>How does one create a set of ordered pairs from two lists of elements. I >>have a list of 100 elements that I would like to pair with the numbers >>200-300 so that I can plot the pairs in cartesian coordinates. Does >>anybody have any suggestions? >>Thanks in advance. >> >>================================================================== >>Joshua Wyss >>University of Michigan >>wyss at umich.edu >>(313)913-4836 >>================================================================== >> >> >> >> >