Doing some calculations, I came to the following sympy expression: 
`x**10*y**5*(x**8)**(-1.25)`, I tried to simplify it (because, if one 
performs the multiplication manually, it is evident that 
x**10*y**5*(x**8)**(-1.25) = y**5. I realized that this happens even with x 
alone: if one considers the expression `(x**8)**(0.25)` (or even 
`(x**8)**(Rational(1,4))`), it doesn't simplify any further. *Is there a 
way of simplifying these expressions?*

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 sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/c19ab23d-998a-4243-a05c-afe5637ad0f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to