Comment #2 on issue 1308 by plaes800: simplify gives error on expressions  
containing exp()
http://code.google.com/p/sympy/issues/detail?id=1308

I did my changes, but then ran into another problem (which I cannot figure  
out
anymore :( )

   File "./test.py", line 6, in <module>
     simplify(exp(3*-Rational(1)/Rational(2)) - exp(2))
   File "/home/plaes/code/sympy/sympy/simplify/simplify.py", line 1021, in  
simplify
     return together(expr.expand())
   File "/home/plaes/code/sympy/sympy/simplify/simplify.py", line 347, in  
together
     return _together(separate(expr))
   File "/home/plaes/code/sympy/sympy/simplify/simplify.py", line 307, in  
_together
     denominator.append(Pow(term, maxi))
   File "/home/plaes/code/sympy/sympy/core/cache.py", line 85, in wrapper
     func_cache_it_cache[k] = r = func(*args, **kw_args)
   File "/home/plaes/code/sympy/sympy/core/power.py", line 85, in __new__
     obj = a._eval_power(b)
TypeError: unbound method _eval_power() must be called with exp instance as  
first
argument (got Rational instance instead)


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to