-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
wrap Maxima's factorial/gamma conversions/expansions #17737
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:6
Such a feature would be awesome, in particular in a combinatorial context, it could be nice if Sage were able to transform
|
comment:7
As of 5.44.0,
However, something in
But I'm unable to find where:
This is a defect, but quite consonant to the current "wishlist". Modifying the ticket as needed. |
comment:8
Setting new milestone based on a cursory review of ticket status, priority, and last modification date. |
To be most clear to the user (and staying in sync with current ticket discussions) I rather propose four functions:
gamma_to_factorial
- usesimplify_full
(?)factorial_to_gamma
- usemakegamma
withmaxima.eval("gamma_expand:true")
expand_gamma
- e.g.,gamma(n+1) --> n*gamma(n)
, usemakegamma
withmaxima.eval("gamma_expand:false")
, alsogamma_expand
simplify_gamma
- e.g.,n*gamma(n) --> gamma(n+1)
, usemakegamma
withmaxima.eval("gamma_expand:true")
. Could be an alias to 2) or left out.This ticket will *not include one of these in another
simplify*
function.CC: @kcrisman @sagetrac-ktkohl @sagetrac-tmonteil @EmmanuelCharpentier
Component: symbolics
Issue created by migration from https://trac.sagemath.org/ticket/17737
The text was updated successfully, but these errors were encountered: