 
 
 
 
 
 
Re: Noah's List
- To: mathgroup at smc.vnet.net
- Subject: [mg5692] Re: [mg5673] Noah's List
- From: buttgereit at t-online.de (Peter Buttgereit)
- Date: Sat, 11 Jan 1997 14:28:58 -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 Dreams
Hy Hans,
try yourList//Transpose.
Ciao,
Peter

