Status: Valid
Owner: ----
Labels: Type-Defect Priority-Medium Mechanics Printing

New issue 3234 by [email protected]: Latex output in physics.mechanics is broken for derivatives
http://code.google.com/p/sympy/issues/detail?id=3234

(originally posted at https://github.com/sympy/sympy/issues/1256)

For "dynamicsymbols" (which are just undefined functions of only time), getting the latex output of derivatives gives the wrong output:

In [5]: psid
Out[5]: Derivative(psi(t), t)

In [6]: mprint(psid)
psi'

In [7]: print(mlatex(psid))
\frac{\partial}{\partial t} \ddot{psi}

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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/sympy-issues?hl=en.

Reply via email to