I have an expression:
-(Gamma(x, s) / Gamma(x)) + 1 I believe this can be simplified to the regularized lower gamma function, but would like to get sage to tell me so. I'd like to teach it some identities and have it apply them for me * Gamma(x) = gamma(x, s) + Gamma(x, s) * regularized_gamma(x, s) = gamma(x, s) / Gamma(x) How do I go about this? Is it possible? Also, if I could define how to compute the regularized_gamma function that would be ideal. The regularized_gamma(x, s) can be computed in mpmath by gammainc(x, a=0, b=s, regularized=True). -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
