Updates:
        Labels: -Priority-Medium Priority-High

Comment #16 on issue 754 by asmeurer: Have re and im call expand(complex=True)
http://code.google.com/p/sympy/issues/detail?id=754

A similar problem happens when it has to expand a multiplication to get the real and imaginary parts (x and y are real):

In [44]: expand_complex(exp(x*(2 + I*y)))
Out[44]:
   re(x⋅(ⅈ⋅y + 2))                         re(x⋅(ⅈ⋅y + 2))
ⅈ⋅ℯ ⋅sin(im(x⋅(ⅈ⋅y + 2))) + ℯ ⋅cos(im(x⋅(ⅈ⋅y + 2)))



--
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.

Reply via email to