Updates:
Labels: -CodeInDifficulty-Easy -EasyToFix CodeInDifficulty-Medium
Comment #3 on issue 2784 by [email protected]: 1/function() should be printed
differently by latex printer
http://code.google.com/p/sympy/issues/detail?id=2784
It is not ease to fix, because it is related with "medium" issue 2552
In [1]: 1/cos(x)
Out[1]: 1/cos(x)
In [2]: (1/cos(x)).args
Out[2]: (cos(x), -1)
issue 2552: substitution does not work for (1/(x*y)).subs(x*y, 2) because :
In [15]: a = 1/(x*y)
In [16]: a.args
Out[16]:
⎛1 1⎞
⎜─, ─⎟
⎝x y⎠
--
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.