Is there a resource somewhere that lists all the methods of simplification?

Right now I'm trying to make this work

x = Symbol('x')
a = sqrt(x*x.conjugate())
b = abs(x)
a==b
False

I know that some simplification methods work better in certain cases. I have
yet to find the one that works here.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" 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?hl=en.

Reply via email to