-
-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interface expression conversion to gamma() and normalization #22174
Milestone
Comments
Branch pushed to git repo; I updated commit sha1. New commits:
|
Commit: |
Author: Ralf Stephan |
Reviewer: Travis Scrimshaw |
comment:4
LGTM. |
comment:5
Thanks, this will speed up simplification as well (other ticket). |
Changed branch from u/rws/interface_expression_conversion_to_gamma___and_normalization to |
This was referenced Apr 23, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pynac-0.7.4 provides functionality for conversion of
factorial
,binomial
, and Pochhammer symbols to the resp.gamma
expression. Also it provides gamma normalization, i.e., rewriting e.g.gamma(x-1)
andgamma(x+2)
within one expression togamma(x-1)
and(x-1)*x*(x+1)*gamma(x-1)
and subsequent rational normalization, such that fractions can be canceled.The ticket should add the Python interface and doctests.
Component: symbolics
Author: Ralf Stephan
Branch/Commit:
648e498
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/22174
The text was updated successfully, but these errors were encountered: