Skip to content

incomplete gamma identities #18956

@sagetrac-buck

Description

@sagetrac-buck

This work depends on #16697, but I'd like to start it now.

There is a quite simple identity for the incomplete gamma functions:

gamma(x) == gamma_inc_lower(x, y) + gamma_inc(x, y)

In the mathematica three-argument-gamma notation, this is a bit more clearly true:

gamma(x, 0, oo) == gamma(x, 0, y) + gamma(x, y, oo)

What bits of sage do I need to patch to teach the simplifier about this identity? Is this something I can do as a plain-old user? Also, what bits of the documentation cover this aspect of symbolic symplification, from both user and contributor perspectives?

Depends on #16697

CC: @paulmasson

Component: symbolics

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

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