braxman

5 Reputation

0 Badges

1 years, 241 days

MaplePrimes Activity


These are questions asked by braxman

I'm scratching my head to understand this behaviour of MultiSeries. If I type

MultiSeries[series](diff(ln(GAMMA(1/x)), x), x)

Maple 2022.2 answers

MultiSeries[series](diff(ln(GAMMA(1/x)), x), x)

But as is known (and maple confirms)

diff(ln(GAMMA(x)), x)=Psi(x)

But prompting in maple 

MultiSeries[series](Psi(1/x), x)

It answers

MultiSeries[series](Psi(1/x), x)

that is off by a x^2 factor with the former answer, while one expects to obtain the same answer as before. Why is this? (I tried assuming positivity, same discrepancy results).

Page 1 of 1