MathGroup Archive 2007

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

Search the Archive

Sort with -Infinity fails

  • To: mathgroup at smc.vnet.net
  • Subject: [mg73822] Sort with -Infinity fails
  • From: Tom Aldenberg <Tom.Aldenberg at rivm.nl>
  • Date: Thu, 1 Mar 2007 06:17:13 -0500 (EST)

Dear MathGroup,

Minus Infinity (-Infinity) is smaller than -8, but Sort does not sort it as
expected.
Is there a Real minus Infinity?


In[75]:=
      -Infinity < -8
Out[75]=
      True

In[76]:=
      Sort[{-Infinity, -8, 5}]
Out[76]=
      {-8, 5, -∞}


Regards,

Tom Aldenberg

____________________________________________________________________________

DISCLAIMER:  http://www.rivm.nl/disclaimer.htm



  • Prev by Date: change filename automatically in Export Command
  • Next by Date: Interrupt Service Routines in Mathematica v.5.2?
  • Previous by thread: Re: change filename automatically in Export Command
  • Next by thread: Re: Sort with -Infinity fails