Issue 1527 in sympy: bug in the printer (function + subs)

2009-07-10 Thread codesite-noreply
Status: Accepted Owner: Labels: Type-Defect Priority-High New issue 1527 by ondrej.certik: bug in the printer (function + subs) http://code.google.com/p/sympy/issues/detail?id=1527 In [1]: F = Function('F') In [2]: x, y, t = symbols('x y t') In [3]: a = Symbol('a', Real=True) In [4]: eq =

Issue 1527 in sympy: bug in the printer (function + subs)

2009-07-10 Thread codesite-noreply
Updates: Cc: plaes800 Comment #1 on issue 1527 by plaes800: bug in the printer (function + subs) http://code.google.com/p/sympy/issues/detail?id=1527 Actually it is the bug in subs as it also seems to be substituting the variable used for differentiating: print sub.args gives: '(-33*t

Re: Issue 1527 in sympy: bug in the printer (function + subs)

2011-05-17 Thread sympy
Updates: Status: Fixed Labels: Printing Comment #2 on issue 1527 by asmeurer: bug in the printer (function + subs) http://code.google.com/p/sympy/issues/detail?id=1527 This was fixed with the commit commit aeb80f87a16fad38ffc44b18aa52d739519e003b Author: Chris Smith Date: Mon