#3717: implement _latex_ method for formal derivative function (in symbolic
calculus)
-----------------------------+----------------------------------------------
Reporter: was | Owner: gfurnish
Type: enhancement | Status: closed
Priority: major | Milestone: sage-3.3
Component: calculus | Resolution: fixed
Keywords: latex, calculus |
-----------------------------+----------------------------------------------
Changes (by mabshoff):
* status: new => closed
* resolution: => fixed
* milestone: sage-3.4.1 => sage-3.3
Comment:
With Sage 3.3.alpha0 this now works:
{{{
sage: k
c*x(t)*diff(y(t), t, 1) + c*y(t)*diff(x(t), t, 1)
sage: print(k)
d d
c x(t) (-- (y(t))) + c y(t) (-- (x(t)))
dt dt
sage: latex(k)
{{c x\left(t\right)} {{{\it \partial}}\over{{\it
\partial}\,t}}\,y\left(t\right)} +
{{c y\left(t\right)} {{{\it \partial}}\over{{\it
\partial}\,t}}\,x\left(t\right)}
}}}
I am closing this ticket as fixed.
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3717#comment:3>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---