Hello,

this term manipulation with collect() is wrong:

In [1]: y*z**2 + z**2*x*y
Out[1]: 
   2        2
y*z  + x*y*z

In [2]: collect(y*z**2 + z**2*x*y, y*z)
Out[2]: 
 2  2
y *z *(1 + x)


By,

  Friedrich

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to