#6524: Ratio of two symbolic expressions involving derivative does not simplify
-----------------------+----------------------------------------------------
Reporter: gmhossain | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Component: symbolics | Keywords:
Reviewer: | Author:
Merged: |
-----------------------+----------------------------------------------------
In new symbolics, ratio of two symbolic expressions involving derivative
does not simplify
{{{
sage: f(x) = function('f', x)
sage: g = f(x).diff(x)
sage: h = f(x).diff(x)*sin(x)
sage: h/g
sin(x)*D[0](f)(x)/D[0](f)(x)
}}}
However, for some ordering it does simplify
{{{
sage: f(x) = function('f', x)
sage: g = f(x).diff(x)
sage: h = sin(x)*f(x).diff(x)
sage: h/g
sin(x)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6524>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---