This also fits issue 1572.
Aaron Meurer
On Aug 31, 2010, at 5:17 AM, smichr wrote:
> It's a problem with fractions (see Issue 1694). It should be fixed
> soon. In the meantime, given an eq = Eq(...), try solving it as:
>
>>>> from sympy import *
>>>> var('a b c')
> (a, b, c)
>>>> eq = Eq(c, 1/log(a/b))
>>>> solve((eq.lhs-eq.rhs).as_numer_denom()[0].expand(mul=1), a)
> [b*exp(1/c)]
>
> /c
--
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.