What is the best way to convert sqrt(x)*sqrt(x-4) to sqrt(x^2-4x) or (x^2+5x+4)/sqrt(x)/sqrt(x-4) to (x^2+5x+4)/sqrt(x^2-4x)
I tried replace, but it doesn't work in second case. -- 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/f2513099-aeb3-4161-a56e-1596f10f2cfc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
