MathGroup Archive 2004

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

Search the Archive

sort list

  • To: mathgroup at smc.vnet.net
  • Subject: [mg47208] sort list
  • From: Guibout <guibout at ifrance.com>
  • Date: Tue, 30 Mar 2004 04:02:09 -0500 (EST)
  • Reply-to: guiboutnospan at ifrance.com
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,
I have a list of the form 
{{something1,x1},{something2,x2},{something3,x3}} where x1,x2, x3 are 
numbers. I want to sort this list with respect to xi. In other word if 
x2<x3<x1 I want Mathematica to produce:
{{something2,x2},{something3,x3},{something1,x1}}
Thanks for your help
Vincent


  • Prev by Date: RE: Re: Length of actual parameters in a function call.
  • Next by Date: Expansion of an exponential expression
  • Previous by thread: a problem of nminimize
  • Next by thread: Re: sort list