Skip to content
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

Closed
rwst opened this issue Jan 12, 2017 · 8 comments
Closed

Interface expression conversion to gamma() and normalization #22174

rwst opened this issue Jan 12, 2017 · 8 comments

Comments

@rwst
Copy link

rwst commented Jan 12, 2017

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) and gamma(x+2) within one expression to gamma(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

@rwst rwst added this to the sage-7.6 milestone Jan 12, 2017
@rwst
Copy link
Author

rwst commented Jan 12, 2017

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jan 12, 2017

Branch pushed to git repo; I updated commit sha1. New commits:

648e49822174: Interface expression conversion to gamma() and normalization

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jan 12, 2017

Commit: 648e498

@rwst
Copy link
Author

rwst commented Feb 9, 2017

Author: Ralf Stephan

@tscrim
Copy link
Collaborator

tscrim commented Feb 9, 2017

Reviewer: Travis Scrimshaw

@tscrim
Copy link
Collaborator

tscrim commented Feb 9, 2017

comment:4

LGTM.

@rwst
Copy link
Author

rwst commented Feb 9, 2017

comment:5

Thanks, this will speed up simplification as well (other ticket).

@vbraun
Copy link
Member

vbraun commented Feb 11, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants