Re: Issue 1964 in sympy: as_real_imag for Piecewise does not give correct answer

2012-08-13 Thread sympy
Comment #4 on issue 1964 by asmeu...@gmail.com: as_real_imag for Piecewise does not give correct answer http://code.google.com/p/sympy/issues/detail?id=1964 Should this be closed? Was this tested? -- You received this message because you are subscribed to the Google Groups sympy-issues

Re: Issue 1964 in sympy: as_real_imag for Piecewise does not give correct answer

2012-07-16 Thread sympy
Updates: Status: Started Owner: julien.r...@gmail.com Labels: NeedsReview Comment #3 on issue 1964 by julien.r...@gmail.com: as_real_imag for Piecewise does not give correct answer http://code.google.com/p/sympy/issues/detail?id=1964

Issue 1964 in sympy: as_real_imag for Piecewise does not give correct answer

2010-06-23 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1964 by reni...@gmail.com: as_real_imag for Piecewise does not give correct answer http://code.google.com/p/sympy/issues/detail?id=1964 For x a real Symbol a = 2*I*(3*sin(4*x)-3*sin(4*x)*Piecewise((2.0, x0), (1.0, 0 =

Re: Issue 1964 in sympy: as_real_imag for Piecewise does not give correct answer

2010-06-23 Thread sympy
Updates: Status: Accepted Comment #1 on issue 1964 by asmeurer: as_real_imag for Piecewise does not give correct answer http://code.google.com/p/sympy/issues/detail?id=1964 I get the following in master: In [1]: x = Symbol('x', real=True) In [2]: a =