|
[Date Index]
[Thread Index]
[Author Index]
Re: Descending order
- To: mathgroup at smc.vnet.net
- Subject: [mg71770] Re: [mg71726] Descending order
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Tue, 28 Nov 2006 06:04:24 -0500 (EST)
- Reply-to: hanlonr at cox.net
Set your Default Output FormatType (Cell menu) to TraditionalForm or explicitly use TraditionalForm
x+x^2+x^3+x^4//TraditionalForm
x^4 + x^3 + x^2 + x
Bob Hanlon
---- Bruno Campanini <BC at gmail.com> wrote:
> After Evaluation, is it possible to have Mathematica 5.2
> ordering descending instead of ascending?
>
> I.e.
> x^4 + x^3 + x^2 + x
> instead of
> x + x^2 + x^3 + x^4
>
> Bruno
>
>
Prev by Date:
Re: using a different stylesheet
Next by Date:
Re: Real numerical computations
Previous by thread:
RE: Descending order
Next by thread:
Re: Descending order
|