Re: Noah's List
- To: mathgroup at smc.vnet.net
- Subject: [mg5702] Re: [mg5673] Noah's List
- From: seanross at worldnet.att.net
- Date: Sat, 11 Jan 1997 14:29:03 -0500
- Sender: owner-wri-mathgroup at wolfram.com
Hans Havermann wrote:
>
> I have two lists, x and y, each containing n elements. I would like to
> generate a new list, {{x[[1]],y[[1]]}, {x[[2]],y[[2]]},...
> {x[[n]],y[[n]]}}, but have been unable to figure out a shorthand for it.
> Any help would be much appreciated.
>
> --
> HaHa
> Rarebit DreamsEasy!
MapThread[List,{xlist,ylist}]