#10268: adding GiNaC method to simplify_rational
----------------------------+-----------------------------------------------
Reporter: bgoodri | Owner: burcin
Type: enhancement | Status: needs_work
Priority: minor | Milestone: sage-4.6.2
Component: symbolics | Keywords:
Author: Ben Goodrich | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------------+-----------------------------------------------
Comment(by bgoodri):
The original bench.sage was not very appropriate because sage was
simplifying the rational expression to 1 before passing it to Maxima or
GiNaC. So the difference in speed primarily reflected the difference
between interacting via pexpect and interacting via a library. The revised
bench.sage avoids this and there is about a 7x speedup. However, sage is
repeatedly calling gcd() automatically, and the performance would probably
jump if we could avoid that somehow.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10268#comment:7>
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.