Comment #7 on issue 1364 by smi...@gmail.com: simple equations involving log()
http://code.google.com/p/sympy/issues/detail?id=1364

The first 2 of the last three now give;

solve(log(a**(-3) - x**2)/a, x)
[-sqrt(-1 + a**(-3)), sqrt(-1 + a**(-3))]
solve(1 - log(a + 4*x**2), x)
[sqrt(-a + E)/2, -sqrt(-a + E)/2]

https://github.com/sympy/sympy/pull/582

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