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

A search for def inverse shows the following functions which all work:

```python

[exp(3)]

[log(3)]

...  print i, solve(i(x)-Rational(1,10))
...
sinh [asinh(1/10)]
cosh [acosh(1/10)]
coth [acoth(1/10)]
tanh [atanh(1/10)]

...  print i, solve(i(x)-Rational(1,10))
...
sin [asin(1/10)]
cos [acos(1/10)]
cot [acot(1/10)]
tan [atan(1/10)]

```

--
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patches@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-patches+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-patches?hl=en.

Reply via email to