#6376: serious bug in _maxima_init_ method for formal derivatives with new
symbolics
------------------------+---------------------------------------------------
Reporter: was | Owner: burcin
Type: defect | Status: new
Priority: critical | Milestone: sage-4.3
Component: calculus | Keywords:
Work_issues: | Author:
Reviewer: | Merged:
------------------------+---------------------------------------------------
Comment(by robert.marik):
fixed with patch at #7401 which waits for review.
{{{
sage: f(x) = function('f',x)
sage: g = f(-x).diff(x); g
-D[0](f)(-x)
sage: g._maxima_init_()
"(at(diff('f(dummy_var_der), dummy_var_der,1),dummy_var_der=-x))*(-1)"
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6376#comment:3>
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
-~----------~----~----~----~------~----~------~--~---