MathGroup Archive 2000

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

Search the Archive

Re: I wish Descending Order Result

  • To: mathgroup at smc.vnet.net
  • Subject: [mg23954] Re: I wish Descending Order Result
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Sun, 18 Jun 2000 03:00:38 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <8ice31$9vm@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

$Post = If[Head[#] === Plus && PolynomialQ[#], 
      Infix[Reverse[List @@ #], "+"], #] &

?

Regards
  Jens

Choi sungkwon wrote:
> 
> In Mathmatica,
> 
> When I Typing
>   Expand[(1 x)^2]
> Then Mathmatica Wrote 1   2 x   x^2
> 
> But I Wish the result to
>     x^2   2 x   1
> ie Descending Order Result for x
> 
> What can I do


  • Prev by Date: converting 2.2.3 (ma-notebooks) to 3.0 or 4.0 (nb)
  • Next by Date: Laguueree polynomials
  • Previous by thread: I wish Descending Order Result
  • Next by thread: Re: I wish Descending Order Result