Status: Accepted
Owner: skr...@gmail.com
Labels: Type-Defect Priority-Medium

New issue 2395 by skr...@gmail.com: Factorial simplification
http://code.google.com/p/sympy/issues/detail?id=2395

These commands were executed:
from __future__ import division
from sympy import *
x, y, z, t = symbols('x y z t')
k, m, n = symbols('k m n', integer=True)
f, g, h = symbols('f g h', cls=Function)

Documentation can be found at http://www.sympy.org

In [1]: (Factorial(n)/Factorial(n-1)).simplify()
Out[1]:
    n!
─────────
(-1 + n)!


Expected: n

This issue is probably related to 2348

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

Reply via email to