Opened 11 years ago
Closed 8 years ago
#9632 closed defect (fixed)
System-dependent term order for printed expressions
Reported by: | mpatel | Owned by: | burcin |
---|---|---|---|
Priority: | major | Milestone: | sage-5.11 |
Component: | symbolics | Keywords: | |
Cc: | burcin, cwitty, ddrake, jhpalmieri, kcrisman | Merged in: | sage-5.11.rc0 |
Authors: | Burcin Erocal | Reviewers: | Volker Braun |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
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 Linuxcos(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: trac_9632-doctests.patch
Attachments (1)
Change History (7)
comment:1 Changed 10 years ago by
- Milestone set to sage-4.6.1
- Status changed from new to needs_work
comment:2 Changed 10 years ago by
#10282 almost certainly is the same thing.
comment:3 Changed 10 years ago by
Changed 8 years ago by
comment:4 Changed 8 years ago by
- Description modified (diff)
- Status changed from needs_work to needs_review
This was fixed by #9880. trac_9632-doctests.patch adds doctests.
comment:5 Changed 8 years ago by
- Reviewers set to Volker Braun
- Status changed from needs_review to positive_review
comment:6 Changed 8 years ago by
- Cc changed from burcin, cwitty, ddrake, jhpalmieri, kcrisman to burcin, cwitty, ddrake, jhpalmieri, kcrisman
- Merged in set to sage-5.11.rc0
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
#10282 is a duplicate of this issue.
The patches attached to #9880 fix this.