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

apply Maxima's simpsum in sum() and simplify*() #20520

Open
rwst opened this issue Apr 30, 2016 · 0 comments
Open

apply Maxima's simpsum in sum() and simplify*() #20520

rwst opened this issue Apr 30, 2016 · 0 comments

Comments

@rwst
Copy link

rwst commented Apr 30, 2016

https://groups.google.com/forum/?hl=en#!topic/sage-devel/0deu-ScIpgA

sage: sum(2^(-x)+3^(-x), x, 1, oo)
sum(3^(-x)*(3^x + 2^x)*2^(-x), x, 1, +Infinity)
sage: sum(2^(-x)+3^(-x), x, 1, oo).simplify_full()
sum((3^x + 2^x)/(3^x*2^x), x, 1, +Infinity)
sage: maxima("sum(2^(-x)+3^(-x), x, 1, inf), simpsum;")
3/2

Component: symbolics

Issue created by migration from https://trac.sagemath.org/ticket/20520

@rwst rwst added this to the sage-7.2 milestone Apr 30, 2016
@mkoeppe mkoeppe removed this from the sage-7.2 milestone Dec 29, 2022
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

2 participants