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

Increasing the scope of summation #14136

Open
ghost opened this issue Feb 9, 2018 · 1 comment
Open

Increasing the scope of summation #14136

ghost opened this issue Feb 9, 2018 · 1 comment
Labels

Comments

@ghost
Copy link

ghost commented Feb 9, 2018

For summation, SymPy uses Gosper's algorithm
I have seen Karr's algorithm mentioned several times, but it has never been implemented due to it's difficulty
Would it be worthwhile implementing algorithms by Zeilberger and Petkovsek (and perhaps, related algorithms for q-series), which are far easier than Karr's algorithm

@asmeurer
Copy link
Member

asmeurer commented Feb 9, 2018

Any algorithm that lets us compute more summations in closed form is worth implementing.

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

No branches or pull requests

2 participants