Comment #8 on issue 2302 by [email protected]:
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-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.