On Saturday 06 June 2009 05:22:23 smichr wrote:
> 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

Hi smichr,
I can't reproduce, please can you tell us the output of:

>>> from sympy import __version__ as symver
>>> print symver

Thanks!

Cheers,
Riccardo


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com
To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to