Comment #1 on issue 2814 by smi...@gmail.com: ValueError: can't raise polynomial to a negative power with solve()
http://code.google.com/p/sympy/issues/detail?id=2814

from sympy.solvers.solvers import _tsolve
_tsolve(((x - 1.1)/(x + 0.1))**(0.83) - C*exp(t), x)
[0.1*(C*exp(t))**1.20481927710843/(-(C*exp(t))**1.20481927710843 + 1) + 1.1/(-(C
*exp(t))**1.20481927710843 + 1)]


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@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