Comment #37 on issue 1694 by nicolas.pourcelot: solve has many issues with fractions
http://code.google.com/p/sympy/issues/detail?id=1694

The GS_TRANSCENDENTAL strategy relies on tsolve, so this is a really different issue.

So, I'll open a new issue for the following wrong results :
sympy.solve(exp(x),x)
[-oo]
solve(exp(exp(x)),x)
[nan]

I'll maybe try to fix it later, but fixing GS_POLY* strategies is enough for me for now. ;-)

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