I'm brand new to sympy, but I've noticed that solve(Eq(y,sin(x)),x) returns [asin(y)], but solve(Eq(y,asin(x)),x) barfs.
Is there a way for me to work around that? I'm running 0.7.1, python 2.7. Thanks-- Greg -- You received this message because you are subscribed to the Google Groups "sympy" group. To view this discussion on the web visit https://groups.google.com/d/msg/sympy/-/9V50C7UVgbUJ. 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?hl=en.
