Changes between Initial Version and Version 1 of Ticket #17737
- Timestamp:
- 02/05/15 17:16:47 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17737 – Description
initial v1 2 2 * `gamma_to_factorial` - use `simplify_full`(?) 3 3 * `factorial_to_gamma` - use `makegamma` with `maxima.eval("gamma_expand:true")` 4 * `expand_gamma` - e.g., `gamma(n+1) --> n*gamma(n)`, use `makegamma` with `maxima.eval("gamma_expand:false")` 4 * `expand_gamma` - e.g., `gamma(n+1) --> n*gamma(n)`, use `makegamma` with `maxima.eval("gamma_expand:false")`, also `expand_gamma` 5 5 * `simplify_gamma` - e.g., `n*gamma(n) --> gamma(n+1)`, use `makegamma` with `maxima.eval("gamma_expand:true")`. Could be an alias to 2) or left out. 6 6