Just noticed an odd behavior: does anyone know why a power would be
changed to real by simplification if that power is a term in a
division expression?

###
>>> a,y=var('a y')
>>> simplify(a*y**5)
a*y**5
>>> simplify(y**5/a)
y**5.0/a
###

/c
--~--~---------~--~----~------------~-------~--~----~
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