Re: Issue 2662 in sympy: conjugate(x).diff(x) is wrong

2012-04-30 Thread sympy
Updates: Status: Started Owner: julien.r...@gmail.com Cc: asmeu...@gmail.com Labels: NeedsReview Comment #4 on issue 2662 by julien.r...@gmail.com: conjugate(x).diff(x) is wrong http://code.google.com/p/sympy/issues/detail?id=2662 A lot of the code assumes that

Re: Issue 2662 in sympy: conjugate(x).diff(x) is wrong

2012-05-01 Thread sympy
Updates: Status: Fixed Comment #5 on issue 2662 by smi...@gmail.com: conjugate(x).diff(x) is wrong http://code.google.com/p/sympy/issues/detail?id=2662 Now we have conjugate(x).diff(x) Derivative(conjugate(x), x) which, though not the same as above, is not wrong. So I will close this