Comment #100 on issue 1598 by smichr: New polynomials manipulation module
http://code.google.com/p/sympy/issues/detail?id=1598

test_expand() needs to have assumptions on x and y for the expansions to be valid.
e.g. if a = sqrt(x+y) then 1/a**3 = 1/(a*x+a*y) is only if (x+y)>0.

I have finished rebasing 1766 on this and have made the pertinent changes. I'm trying to track down an odd behavior with an assumption right now and will push when finished.

Nice to see polys in place!

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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

Reply via email to