axiom-mail
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-mail] how to turn pretty print off


From: Bill Page
Subject: Re: [Axiom-mail] how to turn pretty print off
Date: Wed, 14 Oct 2009 02:49:41 -0400

(1) -> p:=1/2*x^5-5/4*d*x^4

        1  5   5    4
   (1)  - x  - - d x
        2      4
                                            Type: Polynomial Fraction Integer

(2) ->  message(unparse(p::InputForm))$OutputForm

   (2)  (1/2)*x**5+(-(5/4)*d*x**4)
                                                             Type: OutputForm


On Wed, Oct 14, 2009 at 2:38 AM, TP <address@hidden> wrote:
> On Wednesday 14 October 2009 00:00:31 you wrote:
>> what do you see and how would you like it do display?
>
> For example:
>
>             1  5   5    4     2    2  3      1  3   3  2   2
>             - x  - - d x  + (d  - a )x  + (- - d  + - a d)x
>             2      4                         4      2
> (sorry if it is bad aligned)
> I would like it to display as:
> 1/2*x^5-5/4*d*x^4+......
>
> Thanks
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]