#10282: Discrepancy in symbol ordering in multiplication
--------------------------------+-------------------------------------------
Reporter: kcrisman | Owner: AlexGhitza
Type: defect | Status: new
Priority: major | Milestone:
Component: basic arithmetic | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
--------------------------------+-------------------------------------------
For some reason Macs and other systems do not agree on the following. See
#10187 for the genesis of this.
Mac:
{{{
sage: psi(1,1/3)*log(3)
log(3)*psi(1, 1/3)
}}}
Other (at least Linux and some Solaris, I guess):
{{{
sage: psi(1,1/3)*log(3)
psi(1, 1/3)*log(3)
}}}
I thought it was a Pynac thing, but maybe not:
{{{
sage: from sage.misc.citation import get_systems
sage: get_systems('psi(1,1/3)*log(3)')
['GMP']
}}}
Based on that, putting component 'basic arithmetic', but cc:ing Burcin in
case it's Pynac after all.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10282>
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.