MathGroup Archive 2007

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

Search the Archive

Why Sort[{"AX", "!D", "EX"}] -> {"AX", "!D", "EX"} ?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg75920] Why Sort[{"AX", "!D", "EX"}] -> {"AX", "!D", "EX"} ?
  • From: Philipp <Philipp.M.O at gmail.com>
  • Date: Sun, 13 May 2007 05:51:02 -0400 (EDT)

Would anybody explain to me the Mathematica (5.2) canonical order.
Specifically, why

In[]:=   Sort[{"AX", "!D", "EX"}]
Out[]=   {"AX", "!D", "EX"}

while,

In[]:=   Sort[{"A", "!", "E"}]
Out[]=   {"!", "A", "E"}

Is this a bug???

Cheers,

Philipp.



  • Prev by Date: Re: Shadows in Mathematica 6
  • Next by Date: Re: graphics
  • Previous by thread: Re: error message Convert::incomp in units package of Mathematica 6.0
  • Next by thread: Re: Why Sort[{"AX", "!D", "EX"}] -> {"AX", "!D", "EX"} ?