Comment #9 on issue 1572 by asmeurer: solve() should be able to solve expressions where variable only appears once
http://code.google.com/p/sympy/issues/detail?id=1572
OK. I guess once we support infinite solutions with respect to a parameter, we could make solve(log(exp(x)) - y, x) return y + 2*pi*I*n, where n = Symbol('n', integer=True). But that's a lot of work, and completely separate from this issue.
-- 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.
