|
[Date Index]
[Thread Index]
[Author Index]
Re: ordering terms for display
- To: mathgroup at smc.vnet.net
- Subject: [mg95677] Re: ordering terms for display
- From: dimitris <dimmechan at yahoo.com>
- Date: Sat, 24 Jan 2009 06:21:51 -0500 (EST)
- References: <glc4v4$39j$1@smc.vnet.net>
On 23 =C9=E1=ED, 12:08, Magician <jadoo.d... at gmail.com> wrote:
> Hi,
> I have a few mathematica expressions. say like
>
> 1 + x + x^2
>
> I want these to be displayed in reverse order, so that I can copy them
> for use in latex.
>
> Thanks in advance
In[66]:=
1+x+x^2//TraditionalForm
Out[66]//TraditionalForm=
\!\(TraditionalForm\`x\^2 + x + 1\)
Dimitris
Prev by Date:
Remove In/out names in Kernel / text session
Next by Date:
Re: ordering terms for display
Previous by thread:
ordering terms for display
Next by thread:
Re: ordering terms for display
|