Skip to content

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

Open
@rwst

Description

@rwst

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions