#12068: Numerator for symbolic expression shouldn't use maxima
------------------------------------------------------------------+---------
Reporter: hivert |
Owner: hivert
Type: enhancement |
Status: positive_review
Priority: major |
Milestone: sage-5.0
Component: symbolics |
Keywords: numerator, denominator
Work_issues: |
Upstream: N/A
Reviewer: Burcin Erocal, Florent Hivert, Karl-Dieter Crisman |
Author: Florent Hivert, Burcin Erocal
Merged: |
Dependencies:
------------------------------------------------------------------+---------
Old description:
> The code for numerator is currently
> {{{
> #!python
> def numerator(self):
> """
> Returns the numerator of this symbolic expression. If the
> [...]
> """
> return self.parent()(self._maxima_().num())
> }}}
> Using Pynac should be much faster.
>
> The patch wraps numer, denom, numer_denom and normal from GiNaC and fixes
> a
> bunch of wrong sphinx markup in {{{expression.pyx}}}.
>
> '''Apply''' attachment:trac_12068-numer_denom_normal-ginac-fh.patch
New description:
The code for numerator is currently
{{{
#!python
def numerator(self):
"""
Returns the numerator of this symbolic expression. If the
[...]
"""
return self.parent()(self._maxima_().num())
}}}
Using Pynac should be much faster.
The patch wraps numer, denom, numer_denom and normal from GiNaC and fixes
a
bunch of wrong sphinx markup in {{{expression.pyx}}}.
'''Apply''' [attachment:trac_12068-numer_denom_normal-ginac-fh.patch] and
[attachment:trac_12068-reviewer.patch].
--
Comment(by kcrisman):
'''Apply''' [attachment:trac_12068-numer_denom_normal-ginac-fh.patch] and
[attachment:trac_12068-reviewer.patch].
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12068#comment:13>
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.