GSoC 2020 - Week 11
21 Aug 2020Key highlights
of this week’s work are:
-
- This was a long pending issue.
Raabe's Test
helps to determine theconvergence
of a series. It has been added to theconcrete
module to handle those cases when theratio test
becomesinconclusive
.
- This was a long pending issue.
-
Fixed limit evaluations related to lowergamma, uppergamma and besselk function
-
We added
_eval_is_meromorphic
method to classlowergamma
anduppergamma
so that some of thelimits
involvinglowergamma
anduppergamma
functions get evaluated using themeromorphic check
already present in the limit codebase. Now, to makelowergamma
anduppergamma
functionstractable
for limit evaluations,_eval_aseries
method was added tolowergamma
and_eval_rewrite_as_tractable
touppergamma
.Finally, we also
rectified
theeval
method of classbesselk
, so thatbesselk(nu, oo)
automatically evaluates to0
.
-