Status: Accepted
Owner: asmeurer
Labels: Type-Defect Priority-Medium Simplify

New issue 2296 by asmeurer: x*x.conjugate() should be recognized as real
http://code.google.com/p/sympy/issues/detail?id=2296

In [71]: (x*x.conjugate()).as_real_imag()
Out[71]:
⎛  ⎛  ⎽⎞    ⎛  ⎽⎞⎞
⎝re⎝x⋅x⎠, im⎝x⋅x⎠⎠

It should return something like (abs(x)**2, 0). At the very least, the assumptions should recognize it as real, so im(x*x.conjugate()) should go to 0.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@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.

Reply via email to