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

조회 수: 1 (최근 30일)
Mukul
Mukul 2019년 2월 8일
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?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by