GSoC 2020 - Week 11
21 Aug 2020Key highlights of this week’s work are:
-
- This was a long pending issue.
Raabe's Testhelps to determine theconvergenceof a series. It has been added to theconcretemodule to handle those cases when theratio testbecomesinconclusive.
- This was a long pending issue.
-
Fixed limit evaluations related to lowergamma, uppergamma and besselk function
-
We added
_eval_is_meromorphicmethod to classlowergammaanduppergammaso that some of thelimitsinvolvinglowergammaanduppergammafunctions get evaluated using themeromorphic checkalready present in the limit codebase. Now, to makelowergammaanduppergammafunctionstractablefor limit evaluations,_eval_aseriesmethod was added tolowergammaand_eval_rewrite_as_tractabletouppergamma.Finally, we also
rectifiedtheevalmethod of classbesselk, so thatbesselk(nu, oo)automatically evaluates to0.
-