|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
Overloading mathematica built in functions
Next by Date:
Re: Noah's List
Previous by thread:
Re: Noah's List
Next by thread:
Re: Noah's List
|