I wonder if 1/(x + y)**2 should be expanded without the deep option.   
The same for 1/(x*(x + y)) and expand_mul(1/(x*(x + y))**2).

Aaron
On Aug 9, 2009, at 1:16 PM, Ondrej Certik wrote:

>
> On Sun, Aug 9, 2009 at 11:42 AM, Aaron S. Meurer<asmeu...@gmail.com>  
> wrote:
>>
>> Thanks.  I noticed that expand wasn't expanding denominators
>> correctly, but I haven't had the time to look into it.
>>
>> It looks like expand_mul needs to be fixed too:
>>  >>> print expand(1/(x*(x + y)), deep=True)
>> 1/(x*(x + y))
>
> Yeah, we just discovered that too.
>
> Ondrej
>
> >


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

Reply via email to