#9632: System-dependent term order for printed expressions
---------------------------------+------------------------------------------
       Reporter:  mpatel         |         Owner:  burcin      
           Type:  defect         |        Status:  needs_review
       Priority:  major          |     Milestone:  sage-5.11   
      Component:  symbolics      |    Resolution:              
       Keywords:                 |   Work issues:              
Report Upstream:  N/A            |     Reviewers:              
        Authors:  Burcin Erocal  |     Merged in:              
   Dependencies:                 |      Stopgaps:              
---------------------------------+------------------------------------------
Changes (by {'newvalue': u'Burcin Erocal', 'oldvalue': ''}):

  * status:  needs_work => needs_review
  * author:  => Burcin Erocal


Old description:

> The order in which the terms in some symbolic expressions are printed
> depends on the platform/system.  For example, evaluating `cos(x) +
> zeta(x)` yields
>
>  * `zeta(x) + cos(x)` on Linux
>  * `cos(x) + zeta(x)` on OS X
>
> in Sage 4.4.4 and 4.5.2.alpha{0,1}, at least.
>
> Please see #9582 for some details and discussion.

New description:

 The order in which the terms in some symbolic expressions are printed
 depends on the platform/system.  For example, evaluating `cos(x) +
 zeta(x)` yields

  * `zeta(x) + cos(x)` on Linux
  * `cos(x) + zeta(x)` on OS X

 in Sage 4.4.4 and 4.5.2.alpha{0,1}, at least.

 Please see #9582 for some details and discussion.

 Apply: [attachment:trac_9632-doctests.patch]

--

Comment:

 This was fixed by #9880. [attachment:trac_9632-doctests.patch] adds
 doctests.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9632#comment:4>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to