Comment #8 on issue 2302 by smi...@gmail.com: 2**Rational(4,5)*6**Rational(1,5) should auto-simplify to 2*3**Rational(1,5)
http://code.google.com/p/sympy/issues/detail?id=2302

Others might confirm:

    h[1] >>> solve(2*(3*x+4)**5 - 6*7**(3*x+9), x)
    [-(4*log(7) + 5*LambertW(-7*3**(1/5)*log(7)/5))/(3*log(7))]

--
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