#### I have already posted it on github. #######
Hi,
sympy sqrt and conjuagte are not commuting for symbols....
import sympy as sm
a = sm.Symbol('a')
sm.sqrt(sm.conjugate(a)) == sm.conjugate(sm.sqrt(a))
False
They are not even cancelling each other....
Thanks....
--
You received this message because you are subscribed to the Google Groups
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit
https://groups.google.com/d/msgid/sympy/4f16f8f3-c32e-4d00-989c-e914a2923793%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.