Re: Issue 3077 in sympy: solve cannot solve for variables used as logarithm base

2012-02-15 Thread sympy
Updates: Status: Invalid Comment #2 on issue 3077 by asmeu...@gmail.com: solve cannot solve for variables used as logarithm base http://code.google.com/p/sympy/issues/detail?id=3077 (No comment was entered for this change.) -- You received this message because you are subscribed to t

Re: Issue 3077 in sympy: solve cannot solve for variables used as logarithm base

2012-02-15 Thread sympy
Comment #1 on issue 3077 by waks...@gwax.com: solve cannot solve for variables used as logarithm base http://code.google.com/p/sympy/issues/detail?id=3077 I have just checked against solve in the repository and this issue seems to have been resolved. -- You received this message because y

Issue 3077 in sympy: solve cannot solve for variables used as logarithm base

2012-02-15 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3077 by waks...@gwax.com: solve cannot solve for variables used as logarithm base http://code.google.com/p/sympy/issues/detail?id=3077 Goal: solve log(9,x) == 2 Expected answer: x = 3 from sympy import * x = Symbol('x') s