Comment #3 on issue 1572 by smichr: solve() should be able to solve expressions where variable only appears once
http://code.google.com/p/sympy/issues/detail?id=1572

Mods of issue 1694 give:

solve((2**exp(y**2/x) + 2)/(x**2 + 15), y)
[x**(1/2)*log(1 + pi*I/log(2))**(1/2), -x**(1/2)*log(1 + pi*I/log(2))**(1/2)]
f = Function('f'); C1, C2 = symbols('C1 C2');solve(C1 + C2/x**2 - exp(-f(x)), f(x))
[log(x**2/(C2 + C1*x**2))]


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