Comment #8 on issue 1985 by smichr: as_real_imag() gives wrong answer when expanding quotient
http://code.google.com/p/sympy/issues/detail?id=1985
In github/smichr branch t (the one up for review) you will get:
import sympy as S S.var('x')
x
e = (x+x*S.I)/(1+S.I) e.as_real_imag()
(re(x), im(x)) -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to sympy-iss...@googlegroups.com. To unsubscribe from this group, send email to sympy-issues+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.