#7748: Make incomplete gamma function symbolic
---------------------------+------------------------------------------------
Reporter: kcrisman | Owner: zimmerma
Type: defect | Status: needs_work
Priority: minor | Milestone: sage-4.3.3
Component: symbolics | Keywords:
Author: Flavia Stan | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
Comment(by burcin):
Replying to [comment:8 zimmerma]:
> Consider also the following:
{{{
sage: gamma_inc(2, 5.)
0.0404276819945128
sage: gamma(2, 5)
1
}}}
We should write a python function wrapping `gamma_inc` and `gamma`,
similar to the provided for `psi()` in #6961.
The fact that `gamma()` accepts two arguments at the moment is a bug that
I introduced in #7490. Looking at the code, it also doesn't handle the
`prec` parameter correctly. I'll upload a patch with a wrapper `gamma()`
function and a fix for the `prec` issue.
Replying to [comment:7 fstan]:
> Integration looks more complicated.
Integration cannot be handled with a custom method in symbolic functions.
The patches attached to #6465 should make this easier.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7748#comment:9>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.