Alfred_F

325 Reputation

9 Badges

0 years, 329 days

MaplePrimes Activity


These are questions asked by Alfred_F

Using the attached problem, I want to calculate a term with a constraint that m is not equal to n. How do I insert general constraints into Maple?

test.mw

I'm doing something wrong again in the attached file. Please advise.

test.mw

For practice, I would like to calculate the left-hand limit according to the attached file. The computer does not finish. The result pi^2/6 is known from a calculation "on foot".

restart

``

limit((1-t)^2*(sum(k*t^k/(1-t^k), k = 1 .. infinity)), t = 1, left)

limit((1-t)^2*(sum(k*t^k/(1-t^k), k = 1 .. infinity)), t = 1, left)

(1)

"(->)"``

``

Download test.mwtest.mw

For the following task I only get the numerical solution 2.356... :
sum(n=1 to oo)[arctan(2/n^2)]
The known "closed" result is 3*pi/4.

For the following limit determination, I do not get the known result 2, but only a term with LerchPhi. Please give me some advice.
lim(n-->oo)[(n/(2^n))*sum(k=1 to n) (2^k/k)]

2 3 4 5 6 7 8 Last Page 4 of 12