Re: How to create this kind of list
- To: mathgroup at smc.vnet.net
- Subject: [mg122141] Re: How to create this kind of list
- From: "Harvey P. Dale" <hpd1 at nyu.edu>
- Date: Sun, 16 Oct 2011 07:07:09 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201110151004.GAA03200@smc.vnet.net>
Thread[{A,B}] Best, Harvey -----Original Message----- From: Szymon Roziewski [mailto:szymon.roziewski at gmail.com] Sent: Saturday, October 15, 2011 6:04 AM To: mathgroup at smc.vnet.net Subject: [mg122141] How to create this kind of list Hello there, I am thinking about creating such a list. I have 2 lists with the same number of elements. The idea is to create one list which was taken from these previous two ones in the following way: Take one element of the first list and one from another and put it into result list {{x1,y1},{x2,y2},...,{xn,yn}}. Input lists: A={x1,x2,...,xn} B={y1,y2,...,yn} All best, Szymon Roziewski
- References:
- How to create this kind of list
- From: Szymon Roziewski <szymon.roziewski@gmail.com>
- How to create this kind of list