MathGroup Archive 2011

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: How to create this kind of list

  • To: mathgroup at smc.vnet.net
  • Subject: [mg122144] Re: How to create this kind of list
  • From: Heike Gramberg <heike.gramberg at gmail.com>
  • Date: Sun, 16 Oct 2011 07:07:41 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <201110151004.GAA03200@smc.vnet.net>

You'll probably get a lot of answers to this question, but I normally do something like

Transpose[{A,B}]

Heike.

On 15 Oct 2011, at 12:04, Szymon Roziewski wrote:

> 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




  • Prev by Date: Levene and BrownForsythe Tests
  • Next by Date: Re: How to create this kind of list
  • Previous by thread: How to create this kind of list
  • Next by thread: Re: How to create this kind of list