Re: Simple List manipulation question
- To: mathgroup at smc.vnet.net
- Subject: [mg58494] Re: [mg58476] Simple List manipulation question
- From: stephen layland <layland at wolfram.com>
- Date: Mon, 4 Jul 2005 02:24:19 -0400 (EDT)
- Mail-followup-to: DAN BIKLE <dbikle@gmail.com>, mathgroup@smc.vnet.net
- References: <200507030757.DAA18308@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
and thus spake DAN BIKLE [2005.07.03 @ 03:03]:
> 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
Yes.
:)
(See Transpose[])
--
/*------------------------------*\
| stephen layland |
| Documentation Programmer |
| http://members.wri.com/layland |
\*------------------------------*/
- References:
- Simple List manipulation question
- From: DAN BIKLE <dbikle@gmail.com>
- Simple List manipulation question