MathGroup Archive 2005

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

Search the Archive

Re: Simple List manipulation question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg58490] Re: Simple List manipulation question
  • From: "Stefan Linnik" <s.linnik at btinternet.com>
  • Date: Mon, 4 Jul 2005 02:24:11 -0400 (EDT)
  • References: <da876l$iak$1@smc.vnet.net>
  • Reply-to: "Stefan Linnik" <s.linnik at btinternet.com>
  • Sender: owner-wri-mathgroup at wolfram.com

I think Transpose[] is what you're looking for.

Stefan Linnik
~~~~~~~~~


"DAN BIKLE" <dbikle at gmail.com> wrote in message 
news:da876l$iak$1 at smc.vnet.net...
> Dear Mathematica Experts,
>
> Suppose I have a list like this:
> {{1, 2, 3, 4, 5}, {1, 4, 9, 16, 25}}
>
> Is there a quick way to transform it into this:
>
> {{1,1},{2,4},{3,9},{4,16},{5,25}}
>
> ??
>
> -Dan
> --
> dbikle at gmail.com
> 



  • Prev by Date: Re: Simple List manipulation question
  • Next by Date: Re: Simple List manipulation question
  • Previous by thread: Re: Simple List manipulation question
  • Next by thread: Re: Simple List manipulation question