Hacker News new | ask | show | jobs
by sn6uv 4504 days ago
What version of Sympy are you using?

I get (tested Sympy 0.7.2-0.7.4):

    >>> simplify(exp(x)/exp(x - 1))
    E
1 comments

It does fail on live.sympy.org
It sometimes works and sometimes doesn't.