This works in the development version, and will work in the next version (to be released some time next month):
In [1]: solve(Eq(y,asin(x)),x) Out[1]: [sin(y)] Aaron Meurer On Fri, Aug 24, 2012 at 7:43 PM, G B <[email protected]> wrote: > 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. -- You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en.
