Solution of a Sum of Cos(m*delta)/m^2 function

1 visualización (últimos 30 días)
Mukul
Mukul el 8 de Feb. de 2019
I am trying to solve for
m = 2*n - 1;
Sum[Cos[m*d]/m^2, {n, 1, Infinity}]
and end up with a series of LerchPhi function as below:
1/8 e^(-i*d) (LerchPhi[e^(-2*i*d, 2, 1/2] + e^(2*i*d) LerchPhi[e^(2*i*d), 2, 1/2])
I know the simplified answer to this would be
Pi^2/8*[1 - (2 Abs (d))/Pi]
Can anyone help me to find out a way to get the simplified answer. I run the code in Mathematica. Any suggestions from users who are are using Matlab/Maple?

Respuestas (0)

Categorías

Más información sobre Programming en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by