#9632: System-dependent term order for printed expressions
-------------------------+--------------------------------------------------
Reporter: mpatel | Owner: burcin
Type: defect | Status: new
Priority: major | Milestone:
Component: symbolics | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-------------------------+--------------------------------------------------
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.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9632>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.