Simple List manipulation question
- To: mathgroup at smc.vnet.net
- Subject: [mg58476] Simple List manipulation question
- From: DAN BIKLE <dbikle at gmail.com>
- Date: Sun, 3 Jul 2005 03:57:52 -0400 (EDT)
- Reply-to: DAN BIKLE <dbikle at gmail.com>
- Sender: owner-wri-mathgroup at wolfram.com
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
- Follow-Ups:
- Re: Simple List manipulation question
- From: Pratik Desai <pdesai1@umbc.edu>
- Re: Simple List manipulation question
- From: stephen layland <layland@wolfram.com>
- Re: Simple List manipulation question
- From: klamser <klamser@t-online.de>
- Re: Simple List manipulation question