MathGroup Archive 2005

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

Search the Archive

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


  • Prev by Date: Re: Explicit solution to Root[]
  • Next by Date: Re: How to suppress plot output ?
  • Previous by thread: Re: ListInterpolation
  • Next by thread: Re: Simple List manipulation question